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

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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
      

            Assignee:
            Andrew Bayer
            Reporter:
            Fred G
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: