Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6136b861
Commit
6136b861
authored
Feb 13, 2021
by
Craig Norris
Committed by
Marcel Amirault
Feb 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update wording for tab
Fix wording used for UI element.
parent
dbd631ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
doc/ci/pipeline_editor/index.md
doc/ci/pipeline_editor/index.md
+6
-4
No files found.
doc/ci/pipeline_editor/index.md
View file @
6136b861
...
...
@@ -70,13 +70,15 @@ WARNING:
This feature might not be available to you. Check the
**version history**
note above for details.
It is not accessible if the
[
pipeline editor is disabled
](
#enable-or-disable-pipeline-editor
)
.
To see a visualization of your
`gitlab-ci.yml`
configuration, navigate to
**CI/CD > Editor**
and select the
`visualization`
tab. The visualization shows all stages and jobs.
[
`needs`
](
../yaml/README.md#needs
)
relationships are displayed as lines connecting jobs together, showing the hierarchy of execution:
To view a visualization of your
`gitlab-ci.yml`
configuration, in your project,
go to
**CI/CD > Editor**
, and then select the
**Visualize**
tab. The
visualization shows all stages and jobs. Any
[
`needs`
](
../yaml/README.md#needs
)
relationships are displayed as lines connecting jobs together, showing the
hierarchy of execution:
![
CI configuration Visualization
](
img/ci_config_visualization_v13_7.png
)
Hover
ing on a job highlights
its
`needs`
relationships:
Hover
over a job to highlight
its
`needs`
relationships:
![
CI configuration visualization on hover
](
img/ci_config_visualization_hover_v13_7.png
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment