From 3d1cda7c24ca8dfa2bd9b6a4d28fcf8c0513fe01 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:16:32 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7d93f6a80..689c24b3c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stages { stage('Jira2') { steps { - jiraAddComment idOrKey: '${TaskID}', comment: 'build successfull', site: 'butenko992' + jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992' } } // stage('get hash') {