Commit 9e9376dd authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'fix/docspipelines' into 'master'

Fixes Pipelines' guide page example.

See merge request gitlab-org/gitlab!68494
parents a14946fd d02dc70c
...@@ -374,8 +374,8 @@ dependencies. ...@@ -374,8 +374,8 @@ dependencies.
Jobs in the leftmost column run first, and jobs that depend on them are grouped in the next columns. 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 For example, `test-job1` depends only on jobs in the first column, so it displays
in the second column from the left. `deploy-job2` depends on jobs in both the first in the second column from the left. `deploy-job1` depends on jobs in both the first
and second column and displays in the third column: and second column and displays in the third column:
![jobs grouped by needs dependency](img/pipelines_graph_dependency_view_v13_12.png) ![jobs grouped by needs dependency](img/pipelines_graph_dependency_view_v13_12.png)
......
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