Update Jenkinsfile

This commit is contained in:
Hambrsoom Baboyan 2020-03-14 22:38:40 -04:00 committed by GitHub
parent 99bea7998b
commit d3f9c9350a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ pipeline {
stage('package'){ stage('package'){
echo 'Packaging stage has been executed' echo 'Packaging stage has been executed'
} }
stage('Deploy) { stage('Deploy') {
when { when {
branch "master" && currentBuild.result == 'SUCCESS' branch "master" && currentBuild.result == 'SUCCESS'
} }