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
50bdb647
Commit
50bdb647
authored
Jul 12, 2020
by
Colin DAMON
Browse files
Add simple CI
parent
fcfc93d0
Pipeline
#30046
passed with stage
in 7 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
50bdb647
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
:
portailpro-platform/target/test-results/**/TEST-*.xml
paths
:
-
portailpro-platform/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