From ddce80de9a2da5fd77968f1a359653350b5dec55 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:41:37 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {