Merge branch 'master' into new-branch-2

This commit is contained in:
JenniferAbouJaoudi 2020-03-13 22:10:50 -04:00 committed by GitHub
commit 4b3754d4d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -20,12 +20,11 @@ pipeline {
}
stage('Deploy') {
when {
when {
branch 'master'
}
steps {
sh 'mvn deploy'
}
}
}