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

5
Jenkinsfile vendored
View file

@ -14,7 +14,10 @@ pipeline {
} }
} }
stage('package'){ stage('package'){
echo 'Packaging stage has been executed' steps{
echo 'Packaging stage has been executed'
}
} }
stage('Deploy') { stage('Deploy') {
when { when {