-
Bug
-
Resolution: Postponed
-
Blocker
-
Jenkins 2.2
centos
jenkins on tomcat
When configuring a multi job, one job is built with two different parameters.
Both builds run independently under the multijob. But the status ball displayed on the left side is the same for both builds.. the latest build status, rather than the result status of each build.
To reproduce this problem, I created 'singlejob' [freestyle project] with a conditional build step to fail the build on a parameter string match. I configure 'MultijobTest' to build 'singlejob' with pass parameters, then again with fail parameters. Then the multijobview only shows red status for all the builds, yet the console shows one PASS and one FAIL.
This bug produces misleading information on builds making it difficult to understand and move forward.
Thank you in advance.
- relates to
-
JENKINS-44584 Parameterized builds launched by multijob phases are not properly queued
- Closed