Liking cljdoc? Tell your friends :D

monkey.ci.sidecar

Sidecar specific functions

Sidecar specific functions
raw docstring

make-runtimeclj

(make-runtime conf)

Creates a runtime for the sidecar using the config map

Creates a runtime for the sidecar using the config map
sourceraw docstring

mark-abortclj

(mark-abort rt)
source

mark-startclj

(mark-start rt)
source

poll-eventsclj

(poll-events {:keys [job build events] :as rt})

Reads events from the job container events file and posts them to the event service.

Reads events from the job container events file and posts them to the event service.
sourceraw docstring

runclj

(run rt)

Runs sidecar by restoring workspace, artifacts and caches, and then polling for events. After the event loop has terminated, saves artifacts and caches and returns a deferred containing the runtime with an :exit added.

Runs sidecar by restoring workspace, artifacts and caches, and then polling for events.
After the event loop has terminated, saves artifacts and caches and returns a deferred
containing the runtime with an `:exit` added.
sourceraw docstring

upload-logsclj

(upload-logs evt logger)

Uploads log files referenced in the event, if any

Uploads log files referenced in the event, if any
sourceraw docstring

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

× close