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'
}
}
/*
stage('Deploy') {
steps {
sh './mvnw deploy'
}
}
*/
}
post {
always {