Liking cljdoc? Tell your friends :D

monkey.ci.sidecar

Sidecar specific functions

Sidecar specific functions
raw docstring

mark-startclj

(mark-start rt)

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.
raw docstring

restore-srcclj

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

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.
raw 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
raw docstring

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

× close