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
265fb7a9
Commit
265fb7a9
authored
Nov 08, 2021
by
Fabio Pitino
Committed by
Marcel Amirault
Nov 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify loss of DAG behavior with `needs:pipeline`
parent
d7f7da7e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
doc/ci/yaml/index.md
doc/ci/yaml/index.md
+5
-0
No files found.
doc/ci/yaml/index.md
View file @
265fb7a9
...
...
@@ -1820,6 +1820,11 @@ build_job:
You can't download artifacts from jobs that run in
[
`parallel:`
](
#parallel
)
.
When using
`needs`
to download artifacts from another pipeline, the job does not wait for
the needed job to complete.
[
Directed acyclic graph
](
../directed_acyclic_graph/index.md
)
behavior is limited to jobs in the same pipeline. Make sure that the needed job in the other
pipeline completes before the job that needs it tries to download the artifacts.
To download artifacts between
[
parent-child pipelines
](
../pipelines/parent_child_pipelines.md
)
,
use
[
`needs:pipeline`
](
#artifact-downloads-to-child-pipelines
)
.
...
...
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