Update Jenkinsfile

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

3
Jenkinsfile vendored
View file

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