Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-07-12 19:41:37 +03:00 committed by GitHub
parent 5ffdb44601
commit ddce80de9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -62,7 +62,7 @@ pipeline {
branch 'main' branch 'main'
} }
steps { steps {
sh (echo 'Deploying to Production from main...') sh (echo \'Deploying to Production from main...\')
} }
post { post {
always { always {