Liking cljdoc? Tell your friends :D

monkey.ci.sidecar

Sidecar specific functions

Sidecar specific functions
raw docstring

mark-abortclj

(mark-abort rt)
source

mark-startclj

(mark-start rt)
source

poll-eventsclj

(poll-events {:keys [job] :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

restore-srcclj

(restore-src {:keys [build] :as rt})
source

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-code 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-code` 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