Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Schwieger, Jana
lab-gitlab
Commits
103f3567
Commit
103f3567
authored
Nov 12, 2020
by
Schwieger, Jana
Browse files
Update .gitlab-ci.yml
parent
78eb8c2c
Pipeline
#21552
failed with stages
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
103f3567
stages
:
-
build
-
test
-
deploy
-
generate
-
consume
job1
:
stage
:
build
stage
:
generate
script
:
-
echo "Hello I am job 1"
-
mkdir build
-
echo "Hello I am job 1" > build/job1-result.txt
job2
:
stage
:
build
stage
:
generate
script
:
-
echo "Hello I am job 2"
-
mkdir build
-
echo "Hello I am job 2" > build/job2-result.txt
job3
:
stage
:
test
stage
:
consume
script
:
-
echo "Hello I am job 3"
-
exit
1
job4
:
stage
:
deploy
script
:
-
echo "Hello I am job 4"
-
cat build/*-result.txt
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