| GCLI-PIPELINES(1) | General Commands Manual | GCLI-PIPELINES(1) |
gcli pipelines —
Inspect and manage GitLab Pipelines
gcli pipelines |
[-n n]
[-o owner
-r repo] |
gcli pipelines |
-p pipeline-id
[-o owner
-r repo]
[-n n] |
gcli pipelines |
-j job-id
[-o owner
-r repo]
actions... |
gcli pipelines is used to display data
about the Continuous Integration (CI) service of Gitlab. You can list
pipelines of a given repository, list jobs in a given pipeline or perform
actions such as restarting jobs or fetching their logs.
-o,
--owner owner-r.-r,
--repo repo-o.-n,
--count n-p,
--pipeline pipeline-id-j,
--jobs jobactions... may be one or more of the following:
Print a list of the last 30 pipelines in the current project:
$ gcli pipelines
List all jobs of pipeline #3316:
$ gcli pipelines -p3316
Dump the log of Job #423141 in herrhotzenplotz/gcli:
$ gcli pipelines -o herrhotzenplotz -r gcli -j 423141 log
Nico Sonack aka. herrhotzenplotz <nsonack@herrhotzenplotz.de> and contributors.
We are missing a -a flag. This is the
current implied behaviour.
Please report bugs via E-Mail to ~herrhotzenplotz/gcli-discuss@lists.sr.ht.
Alternatively you can report them on any of the forges linked at https://herrhotzenplotz.de/gcli. However, the preferred and quickest method is to use the mailing list.
| 2024-Feb-05 | gcli 2.2.0 |