arm_rollback_history
Fetch rollback history for a CI job build. Provide CI job name, project name, and build label; optionally specify a build number to target a specific build.
Instructions
GET /api/cijobs/v1/rollback/history/{ciJobName}/{buildNumber?}. Fetches rollback history for 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 |