Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
continuous-everything
ci
Commits
7f92c205
Commit
7f92c205
authored
Aug 30, 2018
by
Rémi Cailletaud
Browse files
exo4
parent
0510f734
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7f92c205
image
:
ubuntu
stages
:
-
test1
-
test2
-
test3
-
test
-
manual
job_test
1_1
:
stage
:
test
1
job_test
:
stage
:
test
script
:
-
/bin/true
-
echo "Hello world"
-
more /etc/issue
-
date
job_test2_1
:
stage
:
test2
job_manual
:
stage
:
manual
when
:
manual
script
:
-
/bin/true
job_test2_2
:
stage
:
test2
script
:
-
/bin/false
allow_failure
:
true
job_test3_1
:
stage
:
test3
script
:
-
/bin/true
-
echo "Manual triggered"
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