Commit d9800c2b authored by Scott Hampton's avatar Scott Hampton

Merge branch '276949-docs-and-default' into 'master'

Pipeline Graph Structural Update: Default Flag to True

See merge request gitlab-org/gitlab!58889
parents 15fbb0da 6d26ff03
---
title: 'Update Pipeline Graph Visualization'
merge_request: 58889
author:
type: changed
......@@ -4,4 +4,4 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46380
rollout_issue_url:
type: development
group: group::pipeline authoring
default_enabled: false
default_enabled: true
......@@ -332,10 +332,12 @@ GitLab capitalizes the stages' names in the pipeline graphs.
### Regular pipeline graphs
> - [Visualization improved](https://gitlab.com/gitlab-org/gitlab/-/issues/276949) in GitLab 13.11.
Regular pipeline graphs show the names of the jobs in each stage. Regular pipeline graphs can
be found when you are on a [single pipeline page](#view-pipelines). For example:
![Pipelines example](img/pipelines.png)
![Pipelines example](img/pipelines_v13_11.png)
[Multi-project pipeline graphs](../multi_project_pipelines.md#multi-project-pipeline-visualization) help
you visualize the entire pipeline, including all cross-project inter-dependencies. **(PREMIUM)**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment