trigger_pipeline
Start a new Azure DevOps pipeline run by providing the pipeline ID. Optionally set the project, branch, variables, template parameters, and stages to skip to customize execution.
Instructions
Trigger a pipeline run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| pipelineId | Yes | The numeric ID of the pipeline to trigger | |
| branch | No | The branch to run the pipeline on (e.g., "main", "feature/my-branch"). If left empty, the default branch will be used | |
| variables | No | Variables to pass to the pipeline run | |
| templateParameters | No | Parameters for template-based pipelines | |
| stagesToSkip | No | Stages to skip in the pipeline run |