diff --git a/Jenkinsfile b/Jenkinsfile index 6dab457..2110089 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,6 +33,7 @@ pipeline { def git_log = readFile('git_commits.log') jiraTicketsFromLog(git_log) // comment1 + // comment2 } } }