add new chinese translations
This commit is contained in:
24
pages.zh/common/glab-pipeline.md
Normal file
24
pages.zh/common/glab-pipeline.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# glab 管道
|
||||
|
||||
> 列出、查看和运行 GitLab CI/CD 管道。
|
||||
> 更多信息:<https://glab.readthedocs.io/en/latest/pipeline>。
|
||||
|
||||
- 查看当前分支上的运行中的管道:
|
||||
|
||||
`glab pipeline status`
|
||||
|
||||
- 查看特定分支上的运行中的管道:
|
||||
|
||||
`glab pipeline status --branch {{branch_name}}`
|
||||
|
||||
- 获取管道列表:
|
||||
|
||||
`glab pipeline list`
|
||||
|
||||
- 在当前分支上运行手动管道:
|
||||
|
||||
`glab pipeline run`
|
||||
|
||||
- 在特定分支上运行手动管道:
|
||||
|
||||
`glab pipeline run --branch {{branch_name}}`
|
Reference in New Issue
Block a user