diff --git a/Jenkinsfile b/Jenkinsfile index b5940ec3f..0ff34889f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,11 +64,11 @@ pipeline { steps { echo 'Deploying to Production from main...' } - post { - always { - //jiraSendDeploymentInfo site: '.atlassian.net', environmentId: 'us-prod-1', environmentName: 'us-prod-1', environmentType: 'production' - jiraAddComment comment: 'build ', idOrKey: 'Task1', site: 'https://butenko992.atlassian.net' - } + post { + always { + //jiraSendDeploymentInfo site: '.atlassian.net', environmentId: 'us-prod-1', environmentName: 'us-prod-1', environmentType: 'production' + jiraAddComment comment: 'build ', idOrKey: 'Task1', site: 'https://butenko992.atlassian.net' } - } - } + } + } +}