Don't skip tests
All checks were successful
Homelab/java-spring-microservice/pipeline/head This commit looks good

This commit is contained in:
Jim Nicholson 2021-12-21 22:42:29 -08:00
parent fc79489375
commit f42c332757

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ podTemplate(label: label, containers: [
container('maven') { container('maven') {
stage('Build') { stage('Build') {
sh ''' sh '''
mvn clean package -Dmaven.test.skip mvn clean package
''' '''
} }
stage('Archive') { stage('Archive') {