-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: parameterized-trigger-plugin
-
Labels:None
-
Environment:parameterized-trigger-plugin version 2.10
-
Similar Issues:
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
Pull-Request: https://github.com/jenkinsci/parameterized-trigger-plugin/pull/8