Update Jenkinsfile

This commit is contained in:
Claudia Lapalme 2020-03-16 12:10:00 -04:00 committed by GitHub
parent f788ac6f5d
commit 5c397d9cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -19,7 +19,7 @@ pipeline {
}
}
stage('Deploy') {
when (doNotSkip) {
when { equals expected: true, actual: doNotSkip } {
steps {
sh './mvnw deploy'
}