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

2
Jenkinsfile vendored
View file

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