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

6
Jenkinsfile vendored
View file

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