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
Lohse, Felix
lab-gitlab
Commits
0008b597
Commit
0008b597
authored
Nov 09, 2020
by
Lohse, Felix
Browse files
artifacts fix
parent
28e288b9
Pipeline
#21330
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0008b597
...
...
@@ -4,17 +4,28 @@ stages:
job1
:
stage
:
generate
artifacts
:
paths
:
-
build/
script
:
-
mkdir
arti
-
echo "Hello I am job 1" >
arti
/job1-result.txt
-
mkdir
build
-
echo "Hello I am job 1" >
build
/job1-result.txt
job2
:
stage
:
generate
artifacts
:
paths
:
-
build/
script
:
-
mkdir
arti
-
echo "Hello I am job 2" >
arti
/job2-result.txt
-
mkdir
build
-
echo "Hello I am job 2" >
build
/job2-result.txt
job3
:
stage
:
consume
artifacts
:
paths
:
-
build/
script
:
-
cat
arti
/*-result.txt
-
cat
build
/*-result.txt
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