trigger_build
Start a new build asynchronously by specifying the build type ID. Optionally set branch, comment, or build parameters. Returns the queued build ID.
Instructions
Trigger a new build; runs asynchronously, use wait_for_build to monitor. Returns the queued build id; returns 404 if buildTypeId is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buildTypeId | Yes | Build type ID to trigger | |
| branchName | No | Branch to build (optional) | |
| comment | No | Build comment (optional) | |
| properties | No | Optional build parameters to set when triggering the build |