Skip tests for now
All checks were successful
Homelab/java-spring-microservice/pipeline/head This commit looks good

This commit is contained in:
Jim Nicholson 2021-12-09 23:24:55 -08:00
parent c4aa826b0e
commit d700721673

2
Jenkinsfile vendored
View File

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