Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-07-13 14:16:32 +03:00 committed by GitHub
parent 0bdcac783e
commit 3d1cda7c24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

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