cli/docs/source/ci/list.md

1.3 KiB

stage group info
Create Code Review To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments

glab ci list

Get the list of CI/CD pipelines

glab ci list [flags]

Examples

glab ci list
glab ci list --status=failed

Options

  -o, --orderBy string   Order pipeline by {id|status|ref|updated_at|user_id} (default "id")
  -F, --output string    Format output as: text, json (default "text")
  -p, --page int         Page number (default 1)
  -P, --per-page int     Number of items to list per page (default 30)
      --sort string      Sort pipeline by {asc|desc} (default "desc")
  -s, --status string    Get pipeline with status: {running|pending|success|failed|canceled|skipped|created|manual|waiting_for_resource|preparing|scheduled}

Options inherited from parent commands

      --help              Show help for command
  -R, --repo OWNER/REPO   Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL