Jobs REST Endpoints
Builds/Jobs
- Get a build's log
- Method: getPath:
/v1/jobs/{jobName}/builds/{buildNumber}/log - Get a job's build status
- Method: getPath:
/v1/jobs/{jobName}/builds/{buildNumber}/status - Get builds for a job
- Method: getPath:
/v1/jobs/{jobName}/builds - Get job's parameter definitions
- Method: getPath:
/v1/jobs/{jobName}/params - Get the identifier of a job
- Method: getPath:
/v1/jobs/{jobName}/id - Get the name of a job
- Method: getPath:
/v1/jobs/{jobName}/name - Start a build for a job
- Method: postPath:
/v1/jobs/{jobName}/build