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
twitch
live-coding-fr
Commits
14a1cb13
Commit
14a1cb13
authored
Jul 26, 2020
by
Colin DAMON
Browse files
Update artifact names
parent
f0985fd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-common-ci.yml
View file @
14a1cb13
...
...
@@ -12,7 +12,7 @@ cache:
.java
:
image
:
maven:3.6.3-jdk-14
stage
:
build
tags
:
tags
:
-
docker
before_script
:
-
cd $PROJECT_FOLDER
...
...
@@ -25,6 +25,7 @@ cache:
junit
:
$PROJECT_FOLDER/target/surefire-reports/TEST-*.xml
paths
:
-
$PROJECT_FOLDER/target/site/jacoco
name
:
"
$PROJECT_FOLDER-report"
expire_in
:
1 day
only
:
refs
:
...
...
@@ -34,4 +35,4 @@ cache:
-
"
.gitlab-ci.yml"
-
"
.gitlab-common-ci.yml"
-
"
$PROJECT_FOLDER/**/*"
coverage
:
'
/([^%]+)
%covered/
'
coverage
:
"
/([^%]+)
%covered/
"
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