-
Bug
-
Resolution: Fixed
-
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
[JENKINS-11117] When triggering multiple projects at once the log output only shows the first one after "Waiting for the completion of"
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | Original: Fred G [ fredg ] | New: Andrew Bayer [ abayer ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 141336 ] | New: JNJira + In-Review [ 189563 ] |
Pull-Request: https://github.com/jenkinsci/parameterized-trigger-plugin/pull/8