Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
f552c38f
Commit
f552c38f
authored
Nov 18, 2024
by
Riegel
Browse files
Update .gitlab-ci.yml file
parent
9157c3aa
Pipeline
#10349
passed with stages
in 4 minutes and 47 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f552c38f
image
:
maven:3.8.6-eclipse-temurin-17
image
:
maven:3.8.6-eclipse-temurin-17
build
:
stages
:
-
test
-
build
code-coverage
:
stage
:
test
script
:
script
:
-
cd CityDoctorParent
-
cd CityDoctorParent
-
mvn verify -U
-
mvn verify -U
coverage
:
/Total.*?([0-9]{1,3})%/
coverage
:
/Total.*?([0-9]{1,3})%/
artifacts
:
when
:
always
paths
:
-
CityDoctorParent/target/site/
build
:
stage
:
build
script
:
-
cd CityDoctorParent
-
mvn verify -U
artifacts
:
artifacts
:
when
:
always
when
:
always
reports
:
reports
:
junit
:
junit
:
-
CityDoctorParent/**/target/surefire-reports/TEST-*.xml
-
CityDoctorParent/**/target/surefire-reports/TEST-*.xml
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment