Update Jenkinsfile

This commit is contained in:
Hambrsoom Baboyan 2020-03-14 23:43:19 -04:00 committed by GitHub
parent 841c0c60b0
commit 18de930bdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
Jenkinsfile vendored
View file

@ -21,12 +21,11 @@ pipeline {
}
stage('Deploy') {
steps {
when {
when {
branch 'master'
}
}
steps {
echo 'Deploying stage has been executed'
bat 'git push --set-upstream origin master'
}
}
}