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'