manage_pipelines
Manage Bitbucket Pipelines by listing, triggering, stopping, and monitoring pipeline steps and logs within workspaces and repositories.
Instructions
Unified tool for managing Bitbucket Pipelines (list, get, trigger, stop, list-steps, get-step-log)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'list', 'get', 'trigger', 'stop', 'list-steps', 'get-step-log' | |
| workspace | Yes | Workspace slug | |
| repo_slug | Yes | Repository slug | |
| pipeline_uuid | No | Pipeline UUID | |
| step_uuid | No | Step UUID (for 'get-step-log') | |
| ref_type | No | Reference type: branch or tag (default branch) (for 'trigger') | |
| ref_name | No | Branch or tag name to run pipeline on (for 'trigger') | |
| pattern | No | Custom pipeline pattern name to trigger (for 'trigger') | |
| page | No | Page number | |
| pagelen | No | Results per page | |
| sort | No | Sort field | |
| status | No | Filter by status |