Update Jenkinsfile

This commit is contained in:
ametgud4u 2021-05-21 11:48:02 -07:00 committed by GitHub
parent e7c61085d8
commit 2e59453e75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ pipeline {
} }
stage('Build'){ stage('Build'){
steps { steps {
sh 'mvn clean package' sh 'mvn clean package -DskipTests=true'
} }
} }
} }