2025-03-14 21:59:59 -06:00
|
|
|
# glab pipeline
|
|
|
|
|
|
|
|
|
|
> List, view, and run GitLab CI/CD pipelines.
|
2025-06-28 19:25:29 -06:00
|
|
|
> More information: <https://gitlab.com/gitlab-org/cli/-/blob/main/docs/source/index.md>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- View a running pipeline on the current branch:
|
|
|
|
|
|
|
|
|
|
`glab pipeline status`
|
|
|
|
|
|
|
|
|
|
- View a running pipeline on a specific branch:
|
|
|
|
|
|
|
|
|
|
`glab pipeline status --branch {{branch_name}}`
|
|
|
|
|
|
|
|
|
|
- Get the list of pipelines:
|
|
|
|
|
|
|
|
|
|
`glab pipeline list`
|
|
|
|
|
|
|
|
|
|
- Run a manual pipeline on the current branch:
|
|
|
|
|
|
|
|
|
|
`glab pipeline run`
|
|
|
|
|
|
|
|
|
|
- Run a manual pipeline on a specific branch:
|
|
|
|
|
|
|
|
|
|
`glab pipeline run --branch {{branch_name}}`
|