Fix bug where jobs don't show up in stage
What does this MR do and why?
Issue: Users can configure their own job groups that are not handled by our parallel checks. This is due to the use of parallel:matrix. This results in an odd bug where a stage will not currently render the job groups in the UI.
Solution: We need to handle these use-cases on the client side even though it’s not the recommend way to handle job groups.
References
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Configure a pipeline with the following
.yml
build job:
script: echo "ok"
build job [us-region]:
script: echo "ok"
build job [eu-region]:
script: echo "ok"
- Visit the pipeline graph and ensure the job group is shown.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

