From 3fe137989a50afd9fef9069f7940157c30d44e4a Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:53:30 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 14 -------------- 1 file changed, 14 deletions(-) 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' - } - } } }