`glab ci status` command doesn't list all the jobs within the pipeline

Checklist

  • I'm using the latest version of the extension (Run glab --version)
    • Extension version: Put your extension version here
  • Operating system and version: Put your version here
  • Gitlab.com or self-managed instance? gitlab.com/self-managed instance/both
  • GitLab version (if self-managed) GitLab version here (Use the version endpoint, like this: gitlab.my-company.com/api/v4/version)
  • I have performed glab auth status to check for authentication issues

Summary

I've started to use glab recently, it's pretty cool, but when I run glab ci status it doesn't list all the jobs the pipeline includes. E.g. there are actual jobs and report jobs, I can list (see) just the report jobs, not the actual jobs. If I run glab ci view I can see those jobs but not with glab ci status command.

Environment

  • OS: Ubuntu VM
  • SHELL: Bash
  • TERM:
  • GLAB: glab version 1.30.0-10-ga81a2ae5 (2023-05-31)

Other:

Steps to reproduce

If you have a running pipeline just run glab ci status command. Maybe it's supposed to be several jobs, downstream pipelines.

What is the current bug behavior?

List part of the jobs that the pipeline includes not all of them

What is the expected correct behavior?

See all the jobs in the pipeline

Relevant logs and/or screenshots

Screenshot_2024-06-26_145424

Possible fixes

Edited by M.Ali Dinc