Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
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-08-dc167ff3a0080151
pipeline-independent-relationship-5dd9636e6779d5e5
Commits
830f4d40
Commit
830f4d40
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
#8868
passed with stages
in 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.child-ci.yml
0 → 100644
View file @
830f4d40
child_job
:
stage
:
test
tags
:
[
"
pipeline-independent-relationship-5dd9636e6779d5e5"
]
script
:
echo "Child job done!"
.gitlab-ci.yml
0 → 100644
View file @
830f4d40
stages
:
-
test
-
deploy
job1
:
stage
:
test
trigger
:
include
:
"
.child-ci.yml"
job2
:
stage
:
deploy
tags
:
[
"
pipeline-independent-relationship-5dd9636e6779d5e5"
]
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