arm_rollback_details
Retrieve complete rollback information for a CI job using its name, project, and build label.
Instructions
GET /api/cijobs/v1/rollback/{ciJobName}. Retrieves complete rollback information for a CI job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | CI job build label | |
| headers | No | Optional extra headers | |
| ciJobName | Yes | Case-sensitive CI job name | |
| projectName | Yes | Case-sensitive CI job project name |