add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

21
pages.zh/common/gitlab.md Normal file
View File

@@ -0,0 +1,21 @@
# gitlab
> GitLab API 的 Ruby 封装。
> 一些子命令如 `ctl` 有自己的使用文档。
> 更多信息:<https://narkoz.github.io/gitlab/>.
- 创建一个新项目:
`gitlab create_project {{project_name}}`
- 获取特定提交的信息:
`gitlab commit {{project_name}} {{commit_hash}}`
- 获取 CI 流水线中的作业信息:
`gitlab pipeline_jobs {{project_name}} {{pipeline_id}}`
- 启动特定的 CI 作业:
`gitlab job_play {{project_name}} {{job_id}}`