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

When triggering multiple projects at once the log output only shows the first one after "Waiting for the completion of"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • parameterized-trigger-plugin version 2.10

      Steps to reproduce:

      Set up one blocking trigger builder config in one trigger buildstep that triggers three projects ("project1, project2, project3").

      Expected console log output should be:

      Started by user SYSTEM
      Waiting for the completion of project1
      project1 #1 completed. Result was SUCCESS
      Waiting for the completion of project2
      project2 #1 completed. Result was SUCCESS
      Waiting for the completion of project3
      project3 #1 completed. Result was SUCCESS
      Finished: SUCCESS
      

      Actual output:

      Started by user SYSTEM
      Waiting for the completion of project1
      project1 #1 completed. Result was SUCCESS
      Waiting for the completion of project1
      project2 #1 completed. Result was SUCCESS
      Waiting for the completion of project1
      project3 #1 completed. Result was SUCCESS
      Finished: SUCCESS
      

      It might be better to show all the projects that are not yet completed, instead of just the next one.

      Example:

      Started by user SYSTEM
      Waiting for the completion of project1, project2, project3
      project1 #1 completed. Result was SUCCESS
      Waiting for the completion of project2, project3
      project2 #1 completed. Result was SUCCESS
      Waiting for the completion of project3
      project3 #1 completed. Result was SUCCESS
      Finished: SUCCESS
      

            abayer Andrew Bayer
            fredg Fred G
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: