Run pipeline by name
run_pipeline_by_nameSearches for a pipeline by partial name and automatically queues a run, skipping the need to list pipelines first.
Instructions
Find a pipeline by name and run it. Use this when the user says 'run pipeline X', 'اجرا کن pipeline X', 'trigger X'. Searches for the pipeline by partial name match, then queues a run automatically. No need to call list_pipelines first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Azure DevOps project name or id. Defaults to AZDO_PROJECT if set. | |
| pipelineName | Yes | Pipeline name or partial name to search for, e.g. 'mdp-monitoring-service [alpha]'. | |
| branch | No | Branch to run on (without refs/heads/). Defaults to pipeline default. |