Pipelines
Use the Pipelines activity or tab to monitor and manage GitLab 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.
- Branch: The branch that triggered the pipeline run.
- Event: The type of event that triggered the pipeline run.
- Commit hash: The commit that created the pipeline run.
- Timestamp: How long ago the pipeline run occurred.
Click a pipeline to open its detail tab. The detail tab displays stages, jobs, job logs, durations, and the available cancel or retry actions. You can keep different pipelines open at the same time; selecting the same pipeline again focuses its existing detail tab.
Filter pipelines
You can filter pipelines by status.
Run a pipeline
Click Run Pipeline, enter a branch or tag, optionally add pipeline inputs, and click Run.