branche name

This commit is contained in:
Manpreet Singh 2020-03-15 15:59:18 -04:00 committed by GitHub
parent fae83fbd58
commit 0f7aabf8bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -18,7 +18,7 @@ pipeline {
}
stage('Deploy') {
when {
expression { env.BRANCH_NAME == 'master' }
expression { BRANCH_NAME == 'master' }
}
steps {
sh 'mvn deploy'