Pipelines
Use the Pipelines tab to monitor and manage GitLab pipelines.
Navigate the Pipelines tab
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.
- 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.
To open a pipeline in a separate tab, right-click the pipeline and click Open in New Tab.
Filter pipelines
Click the Show filters icon, then select a status in Status. The line above the list names the status. Click the status to change it, or click Clear filters to show all pipelines.
Run a pipeline
To run a pipeline, complete the following steps.
- In the Pipeline tab, click Run Pipeline.
- In the Run Pipeline dialog, enter the branch or tag of the Pipeline in the Branch / Tag field.
- Optional: Enter Key and Value inputs and click Add Input.
- Click Run.