ado_pipelines_trigger
Queue an Azure DevOps pipeline run with optional branch, variable overrides, and stage skips. Requires build_execute permission.
Instructions
Queue a new pipeline run in Azure DevOps. This is a WRITE operation — it will immediately queue a run and consume build minutes. Optionally override the branch, set pipeline variables, or skip stages. Requires vso.build_execute PAT scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Git branch name or ref (e.g. refs/heads/main) | |
| project | Yes | Project name | |
| variables | No | Pipeline variables to override (name -> { value, isSecret? }) | |
| pipelineId | Yes | Pipeline definition ID | |
| stagesToSkip | No | Names of stages to skip in this run |