Liking cljdoc? Tell your friends :D

monkey.ci.build.v2

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.
raw docstring

action-jobclj

Declares an action job with id, action and options

Declares an action job with id, action and options
sourceraw docstring

action-job?clj

Checks if argument is an action job

Checks if argument is an action job
sourceraw docstring

artifactclj

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

container-jobclj

(container-job id & [opts])

Declares an container job with id and container options

Declares an container job with id and container options
sourceraw docstring

container-job?clj

Checks if argument is an container job

Checks if argument is an container job
sourceraw docstring

dependenciesclj

source

depends-onclj

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

imageclj

(image job)
(image job img)

Gets or sets container image

Gets or sets container image
sourceraw docstring

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

× close