Skip to content

Commit

Permalink
BLT-3 - Test
Browse files Browse the repository at this point in the history
  • Loading branch information
lgogolin committed Aug 17, 2017
1 parent 370585c commit bb990f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pipeline {
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()
def git_log = sh(returnStdout: true, script: "git log ${git_tag_old}..HEAD --oneline | grep -Eo '([A-Z]{3,}-)([0-9]+)' | uniq").trim()
println git_log
jiraVersion(git_tag, JIRA_PROJECT)
jiraTicketsFromLog(git_log)
}
Expand Down

0 comments on commit bb990f8

Please sign in to comment.