Skip to content

Pipelines

Use the Pipelines tab to monitor and manage Bitbucket pipelines.

To open the Pipelines tab, click DevOps > Pipelines.

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 the pipeline detail tab. The detail tab lists the steps and step logs of the pipeline. Click the Stop icon to stop a running pipeline. Click the Run Again icon to start a new pipeline on the same commit when applicable.

To open a pipeline in a separate tab, right-click the pipeline and click Open in New 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.