mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:26:04 +02:00
glab-pipeline: add page (#7642)
This commit is contained in:
parent
41394e7515
commit
41711421a9
1 changed files with 24 additions and 0 deletions
24
pages/common/glab-pipeline.md
Normal file
24
pages/common/glab-pipeline.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# glab pipeline
|
||||
|
||||
> List, view, and run GitLab CI/CD pipelines.
|
||||
> More information: <https://glab.readthedocs.io/en/latest/pipeline>.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue