Liking cljdoc? Tell your friends :D
Clojure only.

clj-cctray.ci.concourse

Functions specific to the Concourse server.

Functions specific to the Concourse server.
raw docstring

split-nameclj

(split-name {:keys [name]})

Concourse combines the pipeline and job name into the CCTray XML name attribute.

This function splits the name into individual entries in the project map.

So instead of:

{:name "Pipeline Name/Job Name"}

You end up with:

{:name "Pipeline Name"
 :job  "Job Name"}
Concourse combines the pipeline and job name into the CCTray XML name attribute.

This function splits the name into individual entries in the project map.

So instead of:

    {:name "Pipeline Name/Job Name"}

You end up with:

    {:name "Pipeline Name"
     :job  "Job Name"}
sourceraw docstring

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

× close