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
Hübner, Jan-Ole
lab-gitlab
Commits
aef53b5a
Commit
aef53b5a
authored
Nov 09, 2020
by
Jan-Ole Hübner
Browse files
ci stages
parent
fc1e84ed
Pipeline
#21398
passed with stages
in 20 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
aef53b5a
.idea
\ No newline at end of file
.gitlab-ci.yml
View file @
aef53b5a
stages
:
-
build
-
test
-
deploy
job1
:
stage
:
build
script
:
-
echo "Hello I am job 1"
job2
:
stage
:
build
script
:
-
echo "Hello I am job 2"
job3
:
stage
:
test
script
:
-
echo "Hello I am job 3"
job4
:
stage
:
deploy
script
:
-
echo "Hello I am job 4"
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