snippetbashTip
glab pipeline — List, view, and run GitLab CI/CD pipelines. More information: <https://gitlab.com/gitlab-org/cli/-/b
Viewed 0 times
commandglab pipelinerunandcligitlablistview
Problem
How to use the
glab pipeline command: List, view, and run GitLab CI/CD pipelines. More information: <https://gitlab.com/gitlab-org/cli/-/blob/main/docs/source/_index.md>.Solution
glab pipeline — List, view, and run GitLab CI/CD pipelines. More information: <https://gitlab.com/gitlab-org/cli/-/blob/main/docs/source/_index.md>.View a running pipeline on the current branch:
glab pipeline statusView a running pipeline on a specific branch:
glab pipeline status --branch {{branch_name}}Get the list of pipelines:
glab pipeline listRun a manual pipeline on the current branch:
glab pipeline runRun a manual pipeline on a specific branch:
glab pipeline run --branch {{branch_name}}Code Snippets
View a running pipeline on the current branch
glab pipeline statusView a running pipeline on a specific branch
glab pipeline status --branch {{branch_name}}Get the list of pipelines
glab pipeline listRun a manual pipeline on the current branch
glab pipeline runRun a manual pipeline on a specific branch
glab pipeline run --branch {{branch_name}}Context
tldr-pages: common/glab pipeline
Revisions (0)
No revisions yet.