Skip to content

Commit

Permalink
PL1-34234 - sdass
Browse files Browse the repository at this point in the history
  • Loading branch information
lgogolin committed Aug 18, 2017
1 parent f4d6dee commit 92eebc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline {
script {
def git_tag = sh(returnStdout: true, script: 'git describe --tags').trim()
def git_tag_old = sh(returnStdout: true, script: 'git describe --tags --abbrev=0 HEAD^').trim()
sh("git log ${git_tag_old}..HEAD --oneline | grep -Eo '([A-Z0-9]{3,}-)([0-9]+)' | uniq >> git_commits.log")
sh("git log ${git_tag_old}..HEAD --oneline | grep -Eo '([A-Z0-9]{3,}-)([0-9]+)' | sort -u >> git_commits.log")
def git_log = readFile('git_commits.log')

jiraVersion(git_tag, JIRA_PROJECT)
Expand Down

0 comments on commit 92eebc0

Please sign in to comment.