Don't skip tests
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
fc79489375
commit
f42c332757
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -14,7 +14,7 @@ podTemplate(label: label, containers: [
|
||||
container('maven') {
|
||||
stage('Build') {
|
||||
sh '''
|
||||
mvn clean package -Dmaven.test.skip
|
||||
mvn clean package
|
||||
'''
|
||||
}
|
||||
stage('Archive') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user