Run Pipeline
run_pipelineStart a Bitbucket pipeline run on a given branch by providing the repository slug and branch name.
Instructions
Trigger a new pipeline run on a branch.
Args: repo_slug: Repository slug branch: Branch name to run the pipeline on workspace: Workspace name (optional, defaults to configured workspace)
Returns: Created pipeline run details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | ||
| repo_slug | Yes | ||
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |