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