Cli/ref/mw gitlab ci get
Appearance
mw gitlab ci get
[edit]Get JSON of a running CI/CD pipeline on the current or other specified branch.
mw gitlab ci get [flags]
Examples
[edit]glab ci get glab ci -R some/project -p 12345
Options
[edit] -b, --branch string Check pipeline status for a branch. (Default: current branch)
-F, --output string Format output. Options: text, json. (default "text")
-p, --pipeline-id int Provide pipeline ID.
-d, --with-job-details Show extended job information.
--with-variables Show variables in pipeline. Requires the Maintainer role.
Options inherited from parent commands
[edit] --help Help for this command
--no-interaction Do not ask any interactive questions
-R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.
-v, --verbose count Increase output verbosity. Example: --verbose=2 or -vv
SEE ALSO
[edit]- mw gitlab ci - Work with GitLab CI/CD pipelines and jobs.