Run pipeline
run_pipelineQueue a new pipeline run by its numeric ID. Optionally specify project and branch to override defaults.
Instructions
Queue a new run of a pipeline by its numeric id. Use run_pipeline_by_name if you only know the name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Azure DevOps project name or id. Defaults to AZDO_PROJECT if set. | |
| pipelineId | Yes | Pipeline id (from list_pipelines). | |
| branch | No | Branch to run against, without refs/heads/. Defaults to the pipeline default. |