Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
lgogolin committed Aug 18, 2017
1 parent 38870e6 commit 3118e79
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 @@ -29,7 +29,7 @@ pipeline {
def git_log = readFile('git_commits.log')
def jira_version = jiraVersion(git_tag, JIRA_PROJECT)
println jira_version
jiraTicketsFromLog(git_log, git_tag)
jiraTicketsFromLog(git_log, jira_version)
// comment2
}
}
Expand Down

0 comments on commit 3118e79

Please sign in to comment.