Linux command
glab-pipeline 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
List pipelines
glab pipeline list
View pipeline
glab pipeline view [id]
Run pipeline
glab pipeline run
Run with variables
glab pipeline run --variables [KEY:VALUE]
Show CI status
glab pipeline ci status
View jobs
glab pipeline ci view
说明
glab pipeline manages GitLab CI/CD pipelines from the command line. It provides subcommands for viewing, triggering, and monitoring pipelines, as well as inspecting individual job details and logs.
参数
- --variables _vars_
- Pipeline variables.
- --branch _branch_
- Branch to run on.
FAQ
What is the glab-pipeline command used for?
glab pipeline manages GitLab CI/CD pipelines from the command line. It provides subcommands for viewing, triggering, and monitoring pipelines, as well as inspecting individual job details and logs.
How do I run a basic glab-pipeline example?
Run `glab pipeline list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --variables _vars_ do in glab-pipeline?
Pipeline variables.