Skip to content

Commit

Permalink
PL1-213123 - sdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
lgogolin committed Aug 18, 2017
1 parent 8bda2ea commit f4d6dee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pipeline {
def git_log = readFile('git_commits.log')

jiraVersion(git_tag, JIRA_PROJECT)
jiraTicketsFromLog(git_log)
}
}
}
Expand All @@ -32,7 +31,7 @@ pipeline {
sh 'env'
script {
def git_log = readFile('git_commits.log')
println git_log
jiraTicketsFromLog(git_log)
}
}
}
Expand Down

0 comments on commit f4d6dee

Please sign in to comment.