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') {