A group of functions written on top of the more low-level build functions, meant to improve writing build scripts. They should make the build scripts more intuitive, more readable. And, dare I say it, prettier?
The general intention is to provide functions for most purposes, without the user having to resort to using keywords and maps.
A group of functions written on top of the more low-level build functions, meant to improve writing build scripts. They should make the build scripts more intuitive, more readable. And, dare I say it, prettier? The general intention is to provide functions for most purposes, without the user having to resort to using keywords and maps.
Declares an action job with id, action and options
Declares an action job with id, action and options
Checks if argument is an action job
Checks if argument is an action job
(artifact id path)
Defines a new artifact with given id, located at given path
. This can be passed
to save-artifacts
or restore-artifacts
.
Defines a new artifact with given id, located at given `path`. This can be passed to `save-artifacts` or `restore-artifacts`.
(container-job id & [opts])
Declares an container job with id and container options
Declares an container job with id and container options
Checks if argument is an container job
Checks if argument is an container job
(depends-on job & deps)
Adds dependencies to the given job. Does not overwrite existing dependencies.
Adds dependencies to the given job. Does not overwrite existing dependencies.
(image job)
(image job img)
Gets or sets container image
Gets or sets container image
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close