Supress download progress
All checks were successful
Homelab/java-spring-microservice/pipeline/head This commit looks good
All checks were successful
Homelab/java-spring-microservice/pipeline/head This commit looks good
This commit is contained in:
parent
d5f46a5d0c
commit
630db04921
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -20,7 +20,7 @@ podTemplate(label: label, containers: [
|
||||
container('maven') {
|
||||
stage('Build') {
|
||||
sh '''
|
||||
mvn clean package
|
||||
mvn clean package -B
|
||||
'''
|
||||
}
|
||||
stage('Archive') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user