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.
This namespace is deprecated, in favor of monkey.ci.api
.
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. This namespace is deprecated, in favor of `monkey.ci.api`.
(cpus job)
(cpus job n)
Gets or sets requested cpu count for container jobs. Deprecated, use
size
instead.
Gets or sets requested cpu count for container jobs. Deprecated, use `size` instead.
(memory job)
(memory job n)
Gets or sets requested memory for container jobs, in GBs. Deprecated,
use size
instead.
Gets or sets requested memory for container jobs, in GBs. Deprecated, use `size` instead.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close