Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-56304

jiraAddComment terminates the step prematurely

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Minor Minor
    • jira-steps-plugin
    • None
    • jenkins 2.150.3
      Jira Pipeline Steps 1.4.4

      At the end of my pipeline, I am iterating the changeSets and the commits therein looking for strings that match Jira tickets, in order to update all Jira's with code present in a build.  In theory, this could result in multiple Jiras needing to be updated, so this is done in a loop, potentially making multiple calls to jiraAddComment(..).   However, the entire step stops (seems to return success) once the first jiraAddComment is completed.

      See attached source and output.  Following call to jiraAddComment(..), the subsequent echo should fire indicating that execution flow has continued.  The first jiraAddComment appears in the log (and the comment appears in Jira).  However, no subsequent echos in the log.  No subsequent call to jiraAddComment in the log, and no subsequent comments in Jira. 

      It is as-if execution stops at the first call to jiraAddComment

        1. output.txt
          1 kB
        2. output-final.txt
          4 kB
        3. output-stubCall.txt
          4 kB
        4. output-truncatedCall.txt
          2 kB
        5. source.txt
          4 kB

            nrayapati Naresh Rayapati
            jbennett20912 Jeffrey Bennett
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: