Update Jenkinsfile

This commit is contained in:
Hambrsoom Baboyan 2020-03-14 22:45:15 -04:00 committed by GitHub
parent f2952a96c4
commit a898e2502a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

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