table of contents
- Tumbleweed 1.99.0-1.1
- Leap-16.0
- Leap-15.6
| glab(1) | glab(1) |
NAME¶
glab-ci-get - Get JSON of a running CI/CD pipeline on the current or other specified branch.
SYNOPSIS¶
glab ci get [flags]
DESCRIPTION¶
Defaults to the current branch. Use --pipeline-id to specify a pipeline instead of fetching the latest for a branch.
Use --merge-request to target the head pipeline of a specific merge request by IID. This differs from --branch when the MR's head pipeline diverges from the latest pipeline on its source branch — for example, forks or detached pipelines.
Use --status to filter jobs by state (passed through to the API's scope parameter).
OPTIONS¶
-b, --branch="" Check pipeline status for a branch. (default current branch)
--merge-request=0 Show the pipeline for the given merge request .
-F, --output="text" Format output. Options: text, json.
-p, --pipeline-id=0 Provide pipeline ID.
-s, --status="" Show only jobs in the given . Passed through to the API's scope parameter.
-d, --with-job-details[=false] Show extended job information. (default false)
--with-variables[=false] Show variables in pipeline. Requires the Maintainer role. (default false)
OPTIONS INHERITED FROM PARENT COMMANDS¶
-h, --help[=false] Show help for this command.
-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.
EXAMPLE¶
glab ci get glab ci -R some/project -p 12345 # Show only failed jobs for the head pipeline of MR !42 glab ci get --merge-request=42 --status=failed --with-job-details
SEE ALSO¶
| May 2026 | Auto generated by spf13/cobra |