Update Jenkinsfile

This commit is contained in:
JenniferAbouJaoudi 2020-03-13 16:53:29 -04:00 committed by GitHub
parent dd16c1e6e2
commit 2890fb57fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -20,8 +20,10 @@ pipeline {
}
stage('Deploy') {
when {
branch 'master'}
steps {
sh 'when { branch \'master\'}'
sh 'do-non-master.sh'
}
}