Low-level API functions to invoke shells from your build scripts.
Low-level API functions to invoke shells from your build scripts.
Returns the dir where the workspace would be mounted in a container. Note that this may vary, depending on the context where this is invoked.
Returns the dir where the workspace would be mounted in a container. Note that this may vary, depending on the context where this is invoked.
(in-work ctx p)
Given a relative path p
, returns it as a subpath to the job working directory.
Fails if an absolute path is given.
Given a relative path `p`, returns it as a subpath to the job working directory. Fails if an absolute path is given.
(param-to-file ctx param out)
Takes the value of param
from the build parameters and writes it to
the file at path out
. Creates any directories as needed. Returns
nil
if the operation succeeded.
Takes the value of `param` from the build parameters and writes it to the file at path `out`. Creates any directories as needed. Returns `nil` if the operation succeeded.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |