Difference between revisions of "Glab ci"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} glab ci list == See also == * {{glab ci}} * {{glab}} Category:GitLab")
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
[[glab]] ci
 
  [[glab ci list]]
 
  [[glab ci list]]
 +
[[glab ci view]] #1234
 +
[[glab ci status]] #1234
 +
== USAGE ==
 +
<pre>
 +
Work with GitLab CI pipelines and jobs
 +
 +
USAGE
 +
  glab ci <command> [flags]
 +
 +
ALIASES
 +
  pipe, pipeline
 +
 +
CORE COMMANDS
 +
  delete:    Delete a CI pipeline
 +
  lint:      Checks if your .gitlab-ci.yml file is valid.
 +
  list:      Get the list of CI pipelines
 +
  retry:      Retry a CI job
 +
  run:        Create or run a new CI pipeline
 +
  status:    View a running CI pipeline on current or other branch specified
 +
  trace:      Trace a CI job log in real time
 +
  view:      View, run, trace/logs, and cancel CI jobs current pipeline
 +
 +
FLAGS
 +
  -R, --repo OWNER/REPO  Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL
 +
 +
INHERITED FLAGS
 +
  --help  Show help for command
 +
 +
LEARN MORE
 +
  Use 'glab <command> <subcommand> --help' for more information about a command.
 +
</pre>
 +
 +
 +
== Related ==
 +
* [[GitLab CI: variables:]]
 +
  
 
== See also ==
 
== See also ==

Latest revision as of 07:32, 6 August 2022

glab ci
glab ci list
glab ci view #1234
glab ci status #1234

USAGE[edit]

Work with GitLab CI pipelines and jobs

USAGE
  glab ci <command> [flags]

ALIASES
  pipe, pipeline

CORE COMMANDS
  delete:     Delete a CI pipeline
  lint:       Checks if your .gitlab-ci.yml file is valid.
  list:       Get the list of CI pipelines
  retry:      Retry a CI job
  run:        Create or run a new CI pipeline
  status:     View a running CI pipeline on current or other branch specified
  trace:      Trace a CI job log in real time
  view:       View, run, trace/logs, and cancel CI jobs current pipeline

FLAGS
  -R, --repo OWNER/REPO   Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL

INHERITED FLAGS
  --help   Show help for command

LEARN MORE
  Use 'glab <command> <subcommand> --help' for more information about a command.


Related[edit]


See also[edit]

Advertising: