LinuxCommandLibrary

glab-pipeline

Manage GitLab CI/CD pipelines

TLDR

List pipelines

$ glab pipeline list
copy
View pipeline
$ glab pipeline view [id]
copy
Run pipeline
$ glab pipeline run
copy
Run with variables
$ glab pipeline run --variables [KEY:VALUE]
copy
Show CI status
$ glab pipeline ci status
copy
View jobs
$ glab pipeline ci view
copy

SYNOPSIS

glab pipeline command [options]

DESCRIPTION

glab pipeline manages GitLab CI/CD pipelines from the command line. It provides subcommands for viewing, triggering, and monitoring pipelines, as well as inspecting individual job details and logs.

PARAMETERS

--variables vars

Pipeline variables.
--branch branch
Branch to run on.

SUBCOMMANDS

list

List pipelines.
view
View pipeline details.
run
Trigger pipeline.
status
Show pipeline status.
delete
Delete pipeline.
ci
CI-related commands.

SEE ALSO

glab(1), gitlab-ci(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community