Supress download progress
All checks were successful
Homelab/java-spring-microservice/pipeline/head This commit looks good

This commit is contained in:
Jim Nicholson 2021-12-23 11:02:29 -08:00
parent d5f46a5d0c
commit 630db04921

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ podTemplate(label: label, containers: [
container('maven') {
stage('Build') {
sh '''
mvn clean package
mvn clean package -B
'''
}
stage('Archive') {