arm_poll_job_status
Get the real-time status of a CI job build by specifying the CI job name, project name, and optional build number. Returns the current build state to track progress.
Instructions
GET /api/cijobs/v1/pollstatus/{ciJobName}/{buildNumber?}. Polls the current status of a CI job build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | CI job build label | |
| headers | No | Optional extra headers | |
| ciJobName | Yes | Case-sensitive CI job name | |
| buildNumber | No | Optional build number. If omitted, latest build is used. | |
| projectName | Yes | Case-sensitive CI job project name |