diff --git a/Jenkinsfile b/Jenkinsfile index 2cc82c099..ffab33ba6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,19 +57,5 @@ pipeline { } } } - stage ('ComentToJira') { - when { - branch 'main' - } - steps { - echo 'add jira' - } - } - 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' - } - } } }