Liking cljdoc? Tell your friends :D

jenkins.core


buildclj

(build job-name build)

Returns information about a single build

Returns information about a single build
raw docstring

build!clj

(build! job-name)

Will build a job on Jenkins

Will build a job on Jenkins
raw docstring

buildsclj

(builds job-name)

configclj


copy-jobclj

(copy-job from to)

Copy an existing Jenkins job

  • from the name of the project you're copying
  • to the name of the new job you want to create
Copy an existing Jenkins job
- from the name of the project you're copying
- to the name of the new job you want to create
raw docstring

deleteclj

(delete job-name)

Delete a job from Jenkins

Delete a job from Jenkins
raw docstring

failing-jobsclj

(failing-jobs)

Returns a list of failing job names

Returns a list of failing job names
raw docstring

jobclj

(job job-name)

List a single job

List a single job
raw docstring

job-configclj

(job-config job-name)

jobsclj

(jobs)

List all jobs on Jenkins CI

List all jobs on Jenkins CI
raw docstring

jobs-by-colorclj

(jobs-by-color color)

Returns all jobs matching a given color

Returns all jobs matching a given color
raw docstring

last-buildclj

(last-build job-name)

last-successful-buildclj

(last-successful-build job-name)

Returns the last successful build number for a job

Returns the last successful build number for a job
raw docstring

normalizeclj

(normalize v)

request-url-from-configclj

(request-url-from-config conf)

set-jenkins-url!clj

(set-jenkins-url! url)

with-authcljmacro

(with-auth user pass & body)

Utility to call a command without explicitly loading the config

Utility to call a command without explicitly loading the config
raw docstring

with-configcljmacro

(with-config conf & body)

Allows the user to pass in a config hash directly

Allows the user to pass in a config hash directly
raw docstring

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

× close