trigger_pipeline
Start a Bitbucket pipeline run for a repository, optionally specifying branch, custom pipeline, or variables to automate CI/CD workflows.
Instructions
Trigger a new pipeline run.
Args: repo_slug: Repository slug (name) branch: Branch to run pipeline on (optional, defaults to main branch) custom_pipeline: Name of custom pipeline to run (optional) variables: List of pipeline variables as [{"key": "name", "value": "val", "secured": false}] (optional) workspace: Bitbucket workspace (optional if configured)
Returns: Triggered pipeline details or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| branch | No | ||
| custom_pipeline | No | ||
| variables | No | ||
| workspace | No |