ado_run_pipeline
Queue a YAML pipeline run, optionally specifying branch, variables, or template parameters.
Instructions
Queue a run of a YAML pipeline, optionally on a branch and with variables/template parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Branch to run against, e.g. "main" | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) | |
| variables | No | Pipeline variables (name → value) | |
| pipelineId | Yes | Pipeline ID | |
| templateParameters | No | YAML template parameters |