Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
8
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-qa-sandbox-group
qa-test-2021-09-17-07-55-23-d9f8f170533f93ae
pipelines-dependent-relationship-2c7472f54be03a20
Commits
6f78164e
Commit
6f78164e
authored
Sep 17, 2021
by
gitlab-qa
Committed by
gitlab-qa
Sep 17, 2021
Browse files
Add parent and child pipelines CI files.
parents
Pipeline
#8870
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.child-ci.yml
0 → 100644
View file @
6f78164e
child_job
:
stage
:
test
tags
:
[
"
pipelines-dependent-relationship-2c7472f54be03a20"
]
script
:
exit
1
.gitlab-ci.yml
0 → 100644
View file @
6f78164e
stages
:
-
test
-
deploy
job1
:
stage
:
test
trigger
:
include
:
"
.child-ci.yml"
strategy
:
depend
job2
:
stage
:
deploy
tags
:
[
"
pipelines-dependent-relationship-2c7472f54be03a20"
]
script
:
echo "parent deploy done"
Write
Preview
Supports
Markdown
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