diff --git a/Jenkinsfile b/Jenkinsfile index ad62e9e3e..e84c6f907 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,7 +62,7 @@ pipeline { branch 'main' } steps { - sh (echo 'Deploying to Production from main...') + sh (echo \'Deploying to Production from main...\') } post { always {