From cee84100107520ff3b41ed398c6b08924f5ae640 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff <50333926+prudloff-insite@users.noreply.github.com> Date: Sat, 16 Nov 2019 07:21:48 +0100 Subject: [PATCH] gitlab: add page (#3571) --- pages/common/gitlab.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/gitlab.md diff --git a/pages/common/gitlab.md b/pages/common/gitlab.md new file mode 100644 index 0000000000..1843720bb4 --- /dev/null +++ b/pages/common/gitlab.md @@ -0,0 +1,20 @@ +# gitlab + +> Ruby wrapper and CLI for the GitLab API. +> More information: . + +- Create a new project: + +`gitlab create_project {{project_name}}` + +- Get info about a specific commit: + +`gitlab commit {{project_name}} {{commit_hash}}` + +- Get info about jobs in a CI pipeline: + +`gitlab pipeline_jobs {{project_name}} {{pipeline_id}}` + +- Start a specific CI job: + +`gitlab job_play {{project_name}} {{job_id}}`