From 41711421a9b3a3ca9b94d79655ed4a7e8969633d Mon Sep 17 00:00:00 2001 From: Reinhart Previano Koentjoro Date: Sun, 16 Jan 2022 23:58:46 +0700 Subject: [PATCH] glab-pipeline: add page (#7642) --- pages/common/glab-pipeline.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/glab-pipeline.md diff --git a/pages/common/glab-pipeline.md b/pages/common/glab-pipeline.md new file mode 100644 index 0000000000..0d31950c6f --- /dev/null +++ b/pages/common/glab-pipeline.md @@ -0,0 +1,24 @@ +# glab pipeline + +> List, view, and run GitLab CI/CD pipelines. +> More information: . + +- 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}}`