trigger_pipeline
Start a pipeline execution on a Bitbucket repository branch with optional custom variables to automate build and deployment workflows.
Instructions
Trigger a pipeline run on a repository.
Args:
repo_slug: Repository slug
branch: Branch to run pipeline on (default: main)
variables: Custom pipeline variables as key-value pairs (optional)
Returns:
Pipeline run info with uuid and stateInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| branch | No | main | |
| variables | No |