Get PR pipeline status
get_pr_pipeline_statusCheck the status of pipelines triggered by a pull request, showing each step's pass/fail state to identify failing steps and investigate with logs.
Instructions
Get the status of pipelines triggered by this PR (most recent first), with each step's pass/fail state. Use this to find failing steps; then use get_pipeline_step_log to read logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Bitbucket repo slug. | |
| pr_id | No | Pull request id. | |
| workspace | No | Bitbucket workspace (slug). |