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
Colin DAMON
pouet
Commits
cea985c0
Commit
cea985c0
authored
Jul 12, 2020
by
Colin DAMON
Browse files
Add simple CI
parent
fcfc93d0
Pipeline
#30047
passed with stage
in 7 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
cea985c0
image
:
jhipster/jhipster:v6.10.1
variables
:
MAVEN_OPTS
:
'
-Dhttps.protocols=TLSv1.2
-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN
-Dorg.slf4j.simpleLogger.showDateTime=true
-Djava.awt.headless=true'
cache
:
paths
:
-
.m2/repository
stages
:
-
build
maven-package
:
stage
:
build
services
:
-
docker:19.03.8-dind
tags
:
-
docker
script
:
-
./mvnw -B -Pprod,swagger verify
-
cat target/jacoco-aggregate/index.html
artifacts
:
reports
:
junit
:
target/test-results/**/TEST-*.xml
paths
:
-
target/jacoco-aggregate
expire_in
:
1 day
coverage
:
'
/Total.*?([0-9]{1,3})%/'
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