Upgrade321

This commit is contained in:
Oleksandr Butenko 2021-07-13 13:34:33 +03:00 committed by GitHub
parent 099b0ae5fb
commit 8ecf3d358a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -10,6 +10,7 @@ pipeline {
stage('Jira2') { stage('Jira2') {
steps { steps {
jiraAddComment idOrKey: 'DEV-1', comment: 'hello', site: 'butenko992' jiraAddComment idOrKey: 'DEV-1', comment: 'hello', site: 'butenko992'
env.revision = sh(script: "git log --pretty=format:\"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset\" \$prevcommit...\$GIT_COMMIT", , returnStdout: true).trim()
} }
} }
stage('get hash') { stage('get hash') {