Liking cljdoc? Tell your friends :D

monkey.ci.plugin.clj


all-regexclj

source

clj-depsclj

(clj-deps id {:keys [clj-img] :or {clj-img default-deps-img}} cmd)
source

clj-leinclj

(clj-lein id {:keys [clj-img] :or {clj-img default-lein-img}} cmds)
source

default-deps-imgclj

source

default-lein-imgclj

source

deps-libraryclj

Creates jobs that test and deploy a clojure library using deps.edn.

Creates jobs that test and deploy a clojure library using deps.edn.
sourceraw docstring

deps-publishclj

(deps-publish
  {:keys [publish-alias] :or {publish-alias ":jar:publish"} :as conf})
source

deps-testclj

(deps-test {:keys [test-alias artifact-id junit-file]
            :or {test-alias ":test:junit"
                 artifact-id "test-junit"
                 junit-file "junit.xml"}
            :as conf})
source

lein-libraryclj

Creates jobs that test and deploy a clojure library using leiningen.

Creates jobs that test and deploy a clojure library using leiningen.
sourceraw docstring

lein-publishclj

(lein-publish {:keys [publish-alias] :or {publish-alias "deploy"} :as conf})
source

lein-testclj

(lein-test
  {:keys [test-alias artifact-id junit-file]
   :or {test-alias "test-junit" artifact-id "test-junit" junit-file "junit.xml"}
   :as conf})
source

read-pom-versionclj

(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.
sourceraw docstring

should-publish?clj

(should-publish? conf ctx)
source

version-regexclj

source

version-tag?clj

(version-tag? {:keys [tag-regex] :or {tag-regex all-regex}} ctx)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close