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
d02dc70c
Commit
d02dc70c
authored
Aug 18, 2021
by
Denis E. Sanches
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Pipelines' guide page example.
parent
66169230
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/ci/pipelines/index.md
doc/ci/pipelines/index.md
+2
-2
No files found.
doc/ci/pipelines/index.md
View file @
d02dc70c
...
...
@@ -374,8 +374,8 @@ dependencies.
Jobs in the leftmost column run first, and jobs that depend on them are grouped in the next columns.
For example,
`
build-job2
`
depends only on jobs in the first column, so it displays
in the second column from the left.
`deploy-job
2
`
depends on jobs in both the first
For example,
`
test-job1
`
depends only on jobs in the first column, so it displays
in the second column from the left.
`deploy-job
1
`
depends on jobs in both the first
and second column and displays in the third column:
![
jobs grouped by needs dependency
](
img/pipelines_graph_dependency_view_v13_12.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