Skip to content

Commit

Permalink
BLT-4 - test
Browse files Browse the repository at this point in the history
  • Loading branch information
lgogolin committed Oct 3, 2017
1 parent 0412be3 commit 79deca3
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 @@ -49,7 +49,7 @@ pipeline {
script {
def git_tag = sh(returnStdout: true, script: 'git describe --tags').trim()
def git_log = readFile("${GIT_COMMITS_LOG}")
GIT_TAG=${git_tag}
GIT_TAG=git_tag
def jira_version = jiraVersion(git_tag, JIRA_PROJECT, "OUI", "create")
jiraTicketsFromLog(git_log, jira_version)
}
Expand Down

0 comments on commit 79deca3

Please sign in to comment.