BuildQueueApi
deleteAllQueuedBuilds
Delete all queued builds.
Endpoint | /app/rest/buildQueue
|
Parameters |
|
getAllQueuedBuilds
Get all queued builds.
Endpoint | /app/rest/buildQueue
|
Produces |
|
Parameters |
|
Response |
addBuildToQueue
Add a new build to the queue.
setQueuedBuildsOrder
Update the build queue order.
getQueuedBuildPosition
Get the queue position of a queued matching build.
Endpoint | /app/rest/buildQueue/order/{queuePosition}
|
Consumes |
|
Produces |
|
Parameters |
|
Response |
setQueuedBuildPosition
Update the queue position of a queued matching build.
getApprovalInfo
Get approval info of a queued matching build.
Endpoint | /app/rest/buildQueue/{buildLocator}/approvalInfo
|
Produces |
|
Parameters |
|
Response |
approveQueuedBuild
Approve queued build with approval feature enabled.
Endpoint | /app/rest/buildQueue/{buildLocator}/approve
|
Produces |
|
Parameters |
|
Response |
getQueuedBuildTags
Get tags of the queued matching build.
Endpoint | /app/rest/buildQueue/{buildLocator}/tags
|
Produces |
|
Parameters |
|
Response |
addTagsToBuildOfBuildQueue
Add tags to the matching build.
Endpoint | /app/rest/buildQueue/{buildLocator}/tags
|
Consumes |
|
Parameters |
|
deleteQueuedBuild
Delete a queued matching build.
Endpoint | /app/rest/buildQueue/{queuedBuildLocator}
|
Parameters |
|
getQueuedBuild
Get a queued matching build.
Endpoint | /app/rest/buildQueue/{queuedBuildLocator}
|
Produces |
|
Parameters |
|
Response |
cancelQueuedBuild
Cancel a queued matching build.
Endpoint | /app/rest/buildQueue/{queuedBuildLocator}
|
Consumes |
|
Produces |
|
Parameters |
|
Response |
getCompatibleAgentsForBuild
Get compatible agents for a queued matching build.
Endpoint | /app/rest/buildQueue/{queuedBuildLocator}/compatibleAgents
|
Produces |
|
Parameters |
|
Response |