Jobs REST Endpoints

Builds/Jobs
Get a build's log
Method: get
Path: /v1/jobs/{jobName}/builds/{buildNumber}/log
Get a job's build status
Method: get
Path: /v1/jobs/{jobName}/builds/{buildNumber}/status
Get builds for a job
Method: get
Path: /v1/jobs/{jobName}/builds
Get job's parameter definitions
Method: get
Path: /v1/jobs/{jobName}/params
Get the identifier of a job
Method: get
Path: /v1/jobs/{jobName}/id
Get the name of a job
Method: get
Path: /v1/jobs/{jobName}/name
Start a build for a job
Method: post
Path: /v1/jobs/{jobName}/build