build_run_build
Trigger automated builds in Azure DevOps using specified project and build definition IDs, with optional branch and custom parameters, via PAT-authenticated API.
Instructions
Triggers a new build for a specified definition.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
definitionId | Yes | ID of the build definition to run | |
parameters | No | Custom build parameters as key-value pairs | |
project | Yes | Project ID or name to run the build in | |
sourceBranch | No | Source branch to run the build from. If not provided, the default branch will be used. |