Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pouet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Colin DAMON
pouet
Commits
cea985c0
Commit
cea985c0
authored
4 years ago
by
Colin DAMON
Browse files
Options
Downloads
Patches
Plain Diff
Add simple CI
parent
fcfc93d0
No related branches found
Branches containing commit
No related tags found
Loading
Pipeline
#30047
passed
4 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+28
-0
28 additions, 0 deletions
.gitlab-ci.yml
with
28 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
28
−
0
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})%/'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment