Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in
Toggle navigation
Open sidebar
gitlab-qa-sandbox-group
qa-test-2020-10-16-13-09-13-a487fe69339d3324
pipeline-independent-relationship-d60893abdf514114
Commits
5b480b7a
Commit
5b480b7a
authored
Oct 16, 2020
by
gitlab-qa
Committed by
gitlab-qa
Oct 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add parent and child pipelines CI files.
parents
Pipeline
#1549
passed with stages
in 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
.child-ci.yml
.child-ci.yml
+5
-0
.gitlab-ci.yml
.gitlab-ci.yml
+14
-0
No files found.
.child-ci.yml
0 → 100644
View file @
5b480b7a
child_job
:
stage
:
test
tags
:
[
"
pipeline-independent-relationship-d60893abdf514114"
]
script
:
exit
1
.gitlab-ci.yml
0 → 100644
View file @
5b480b7a
stages
:
-
test
-
deploy
job1
:
stage
:
test
trigger
:
include
:
"
.child-ci.yml"
job2
:
stage
:
deploy
tags
:
[
"
pipeline-independent-relationship-d60893abdf514114"
]
script
:
echo "parent deploy done"
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