LinuxCommandLibrary

glab-pipeline

List, view, and run GitLab CI/CD pipelines.

TLDR

View a running pipeline on the current branch

$ glab pipeline status
copy


View a running pipeline on a specific branch
$ glab pipeline status --branch [branch_name]
copy


Get the list of pipelines
$ glab pipeline list
copy


Run a manual pipeline on the current branch
$ glab pipeline run
copy


Run a manual pipeline on a specific branch
$ glab pipeline run --branch [branch_name]
copy

Copied to clipboard