Liking cljdoc? Tell your friends :D

monkey.ci.artifacts

Functionality for saving/restoring artifacts. This is similar to caches, but where caches are used between the same jobs in different builds, artifacts are used for different jobs in the same build. Artifacts can also be exposed to the outside world.

Functionality for saving/restoring artifacts.  This is similar to caches, but
where caches are used between the same jobs in different builds, artifacts are
used for different jobs in the same build.  Artifacts can also be exposed to
the outside world.
raw docstring

artifact-archive-pathclj

(artifact-archive-path {:keys [build]} id)

restore-artifactsclj

(restore-artifacts rt)

restore-blobclj

(restore-blob {:keys [store-key build-path]} rt {:keys [id path]})

restore-genericclj

(restore-generic rt conf)

save-artifactsclj

(save-artifacts rt)

Saves all artifacts according to the job configuration.

Saves all artifacts according to the job configuration.
raw docstring

save-blobclj

(save-blob {:keys [build-path store-key]} rt {:keys [path id]})

Saves a single blob path

Saves a single blob path
raw docstring

save-genericclj

(save-generic rt conf)

wrap-artifactsclj

(wrap-artifacts f)

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

× close