getQueueInfo
Retrieve details about queued Jenkins builds to monitor pending jobs and track build queue status for efficient pipeline management.
Instructions
Get information about queued builds
Input Schema
Name | Required | Description | Default |
---|---|---|---|
jobFullName | No | Full path of the Jenkins job (optional, returns all queued items if not provided) |
Input Schema (JSON Schema)
{
"properties": {
"jobFullName": {
"description": "Full path of the Jenkins job (optional, returns all queued items if not provided)",
"type": "string"
}
},
"type": "object"
}