From c116ca44472f72652b910d5a08f223daa8f9f0cd Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:48:29 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6906ba9c2..2cc82c099 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -69,8 +69,7 @@ pipeline { 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' - } } } - } -} + } +}