(deps-library & [{:keys [name clj-img tag-regex] :or {name "build"} :as conf}])
Creates a pipeline that tests and deploys a clojure library using deps.edn.
Creates a pipeline that tests and deploys a clojure library using deps.edn.
(deps-publish
{:keys [publish-alias] :or {publish-alias ":jar:publish"} :as conf})
(deps-test {:keys [test-alias clj-img]
:or {test-alias ":test:junit" clj-img default-deps-img}
:as conf})
(lein-library & [conf])
Creates a pipeline that tests and deploys a clojure library using leiningen.
Creates a pipeline that tests and deploys a clojure library using leiningen.
(read-pom-version {:keys [pom-file] :or {pom-file "pom.xml"}} ctx)
Given the step context, reads the pom.xml
file from the configured location
and returns the version tag value.
Given the step context, reads the `pom.xml` file from the configured location and returns the version tag value.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close