arm_trigger_build
Trigger a new CI job build by specifying the project name and build label. Starts a build immediately using the provided parameters.
Instructions
POST /api/cijobs/v1/trigger. Triggers a new build for a CI job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | CI job build label | |
| headers | No | Optional extra headers | |
| projectName | Yes | Case-sensitive CI job project name |