Skip to content
Snippets Groups Projects

Add pipeline mini graph to the pipeline editor

Merged 🤖 GitLab Bot 🤖 requested to merge dhershkovitch/pipeline_authoring_337514 into master
1 unresolved thread
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -2,13 +2,13 @@
@@ -2,13 +2,13 @@
features:
features:
secondary:
secondary:
- name: "Add pipeline mini graph to the pipeline editor"
- name: "Add pipeline mini graph to the pipeline editor"
available_in: [core, starter, premium, ultimate]
available_in: [core, premium, ultimate]
gitlab_com: true
gitlab_com: true
documentation_link: 'https://docs.gitlab.com/ee/#amazing'
documentation_link: 'https://docs.gitlab.com/ee/ci/pipelines/#pipeline-mini-graphs'
reporter: dhershkovitch
reporter: dhershkovitch
stage: verify
stage: verify
categories:
categories:
- Pipeline Authoring
- Pipeline Authoring
issue_url: 'https://gitlab.com/gitlab-org/gitlab/-/issues/337514'
issue_url: 'https://gitlab.com/gitlab-org/gitlab/-/issues/337514'
description: |
description: |
Tracking the status of a running pipeline involves significant context switching. One has to go to the pipeline page to view the pipeline run. Currently, the pipeline editor only show the overall pipeline status and provides the "View pipeline" link. In this release, we are adding to the pipeline editor the pipeline mini graph to make it easy for you to navigate to individual jobs and track their status from the pipeline editor.
Tracking the status of a running pipeline can involve significant context switching because you sometimes have to stop what you are doing to go check the pipeline page. Previously, the pipeline editor only showed the overall pipeline status and provided a link to the pipeline. In this release, we are adding the pipeline mini graph to the pipeline editor to make it easier for you to see the status of individual jobs without leaving the editor.
Loading