bj pipeline¶
Work with Bitbucket Pipelines.
Synopsis¶
Commands¶
| Command | Description |
|---|---|
list |
List recent pipeline runs. |
view |
View a pipeline run and its steps. |
logs |
Print the logs for a pipeline's steps. |
run |
Trigger a pipeline run. |
stop |
Stop a running pipeline. |
watch |
Follow a running pipeline until it finishes. |
rerun |
Re-run a pipeline with the same target (Bitbucket has no native rerun). |