arm_abort_ci_job
Abort an ongoing CI job by specifying the project name, CI job name, and optional build number. Stop builds that are stuck or unnecessary.
Instructions
PUT /api/cijobs/v1/abort/{ciJobName}/{buildNumber?}. Aborts ongoing 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 | |
| buildNumber | No | Optional build number. If omitted, latest build is used. | |
| projectName | Yes | Case-sensitive CI job project name |