This commit is contained in:
Oleksandr Butenko 2021-07-13 16:03:25 +03:00 committed by GitHub
parent 22d2495d64
commit dca3f21cc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -15,9 +15,13 @@ pipeline {
} }
stage('Jira2') { stage('Jira2') {
steps { steps {
script {
TaskID = sh 'git log -1 --pretty=%'
sh 'echo ${TaskID}'
jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992' jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992'
} }
} }
}
stage('Build') { stage('Build') {
steps { steps {
echo 'Running build automation' echo 'Running build automation'