Update Jenkinsfile

This commit is contained in:
Hambrsoom Baboyan 2020-03-14 23:58:05 -04:00 committed by GitHub
parent 3ebb524238
commit 8bcd4647ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Jenkinsfile vendored
View file

@ -21,12 +21,12 @@ pipeline {
} }
stage('Deploy') { stage('Deploy') {
steps {
when { when {
branch 'master' branch 'master'
} }
echo 'Deploying stage has been executed' steps {
} echo 'Deploying stage has been executed'
}
} }
} }
} }