comment out deploy

This commit is contained in:
Daphne Augier 2020-04-11 16:16:36 +02:00 committed by GitHub
parent 9bdeb68f56
commit 8310d2b557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -16,11 +16,13 @@ pipeline {
sh './mvnw package' sh './mvnw package'
} }
} }
/*
stage('Deploy') { stage('Deploy') {
steps { steps {
sh './mvnw deploy' sh './mvnw deploy'
} }
} }
*/
} }
post { post {
always { always {