System Grab Bag

View all TLDR pages from common (or from all pages)

glab pipeline

List, view, and run GitLab CI/CD pipelines. More information: https://glab.readthedocs.io/en/latest/pipeline.
  • View a running pipeline on the current branch:
    glab pipeline status
  • View a running pipeline on a specific branch:
    glab pipeline status --branch {{branch_name}}
  • Get the list of pipelines:
    glab pipeline list
  • Run a manual pipeline on the current branch:
    glab pipeline run
  • Run a manual pipeline on a specific branch:
    glab pipeline run --branch {{branch_name}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.