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
Pump, Cedric
lab-gitlab
Commits
9311b012
Commit
9311b012
authored
Jun 26, 2020
by
Nane Kratzke
Browse files
Aktualisieren .gitlab-ci.yml
parent
8229c995
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9311b012
stages
:
-
build
-
test
-
deploy
builder1
:
buildjob1
:
stage
:
build
script
:
-
echo "this is building"
-
hostname
-
echo "This is job 1"
-
mkdir builds
-
touch builds/data.txt
-
echo $(hostname) > builds/data-$(uuidgen).txt
...
...
@@ -16,10 +14,10 @@ builder1:
paths
:
-
builds/
build
er
2
:
build
job
2
:
stage
:
build
script
:
-
echo "
t
his is
building
"
-
echo "
T
his is
job 2
"
-
hostname
-
mkdir builds
-
touch builds/data.txt
...
...
@@ -28,10 +26,10 @@ builder2:
paths
:
-
builds/
build
er
3
:
build
job
3
:
stage
:
build
script
:
-
echo "
t
his is
building
"
-
echo "
T
his is
job 3
"
-
hostname
-
mkdir builds
-
touch builds/data.txt
...
...
@@ -40,7 +38,7 @@ builder3:
paths
:
-
builds/
test
er
:
test
job1
:
stage
:
test
script
:
-
echo "
t
his is test
ing
"
-
echo "
T
his is test
job 1
"
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