Liking cljdoc? Tell your friends :D

monkey.ci.agent.events

Agent event handlers. These process build/queued events and start the build scripts in child container processes.

Agent event handlers.  These process `build/queued` events and start the build
scripts in child container processes.
raw docstring

add-configclj

(add-config conf)
source

add-tokenclj

Generates a new token and adds it to the current build list. This is used by the http server to verify client requests. The build list is shared across event handlers.

Generates a new token and adds it to the current build list.  This is used by the
http server to verify client requests.  The build list is shared across event handlers.
sourceraw docstring

build-work-dirclj

(build-work-dir {:keys [work-dir]} sid)
source

cleanupclj

Interceptor that deletes all files from a build, after build end

Interceptor that deletes all files from a build, after build end
sourceraw docstring

evt->buildclj

source

fetch-ssh-keysclj

(fetch-ssh-keys fetcher)
source

filter-known-buildsclj

source

generate-depsclj

(generate-deps script-dir lib-version conf)
source

generate-script-configclj

(generate-script-config ctx build)
source

get-buildclj

source

get-configclj

source

get-ssh-keysclj

source

get-tokenclj

source

git-cloneclj

Clones the repository configured in the build into the build checkout dir

Clones the repository configured in the build into the build checkout dir
sourceraw docstring

m2-cache-pathclj

Location of the m2 cache path in the container

Location of the m2 cache path in the container
sourceraw docstring

make-routesclj

(make-routes conf)
source

prepare-build-cmdclj

(prepare-build-cmd ctx)
source

remove-tokenclj

Removes the token associated with the build in the event sid

Removes the token associated with the build in the event sid
sourceraw docstring

result-build-init-evtclj

source

save-workspaceclj

source

script-initclj

(script-init conf ctx)
source

set-buildclj

(set-build ctx build)
source

set-configclj

(set-config ctx conf)
source

set-ssh-keysclj

(set-ssh-keys ctx k)
source

set-tokenclj

(set-token ctx token)
source

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

× close