bb_trigger_pipeline
Trigger a new pipeline run in a Bitbucket repository by providing the repository slug and branch name. Optionally define a custom pattern and variables.
Instructions
Trigger a new pipeline run in a Bitbucket repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | Branch name to run the pipeline on | |
| pattern | No | Custom pipeline pattern to run | |
| repo_slug | Yes | Repository slug | |
| variables | No | Pipeline variables | |
| workspace | No | Bitbucket workspace slug (uses default if not set) |