Update Jenkinsfile

This commit is contained in:
Sanjeev435 2018-08-19 12:10:38 +05:30 committed by GitHub
parent 2f04c89c81
commit e5d76df194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -11,7 +11,7 @@ pipeline {
} }
} }
steps { steps {
sh 'mvn clean install' sh 'mvn clean install -Dmaven.test.skip=true'
} }
} }
stage('Docker Build') { stage('Docker Build') {