From b7e9e4b492db01b38f83243cfed82364bccbdb95 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:42:25 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e84c6f907..b78c9f980 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,9 +61,6 @@ pipeline { when { branch 'main' } - steps { - sh (echo \'Deploying to Production from main...\') - } post { always { //jiraSendDeploymentInfo site: '.atlassian.net', environmentId: 'us-prod-1', environmentName: 'us-prod-1', environmentType: 'production'