Pipelines
Use the Pipelines activity or tab to monitor and manage Bitbucket pipelines. The activity and tab show the same compact list; selecting a pipeline opens a full pipeline-detail tab.
Navigate the Pipelines tab
Select Pipelines in the activity bar, or click DevOps > Pipelines to open the list as a tab.
Pipeline runs are listed chronologically and display the following information.
- Status icon: Indicates if a pipeline run is in progress, completed, queued, or skipped.
- Title and pipeline number: The name of the pipeline and the number of the pipeline run.
- Actor: The user who triggered the pipeline run.
- Timestamp: How long ago the pipeline run occurred.
- Duration: The time it took for the pipeline run to complete.
Click a pipeline to open its detail tab. The detail tab displays steps and step logs and provides Stop and Run Again actions when applicable. You can keep different pipelines open at the same time; selecting the same pipeline again focuses its existing detail tab.
Run a pipeline
Click Run Pipeline to start the ordinary pipeline for a branch. Click
Run Custom to choose a custom pipeline defined in
bitbucket-pipelines.yml for the current branch.