-
Bug
-
Resolution: Unresolved
-
Minor
-
None
The Downstream build view plugin does not render correctly when the join plugin is used.
I have the following build dependency, where the join plugin is used to build job-d once both job-b and job-c have completed.
Dependency Graph:
job-a
/ \
job-b job-c
\ /
job-d
Once everything is complete, the "Downstream build view" is rendered as follows. Notice that "job-b -> job-d" is listed as "NOT_BUILT" while "job-c -> job-d" is listed as "SUCCESS".
Downstream build view:
job-b build number 8 (Tue Mar 15 11:40:45 EDT 2011 - SUCCESS)
|
|
It would be nice it "Downstream build view" could list both "job-d" builds in this case as SUCCESS.
Eric
- duplicates
-
JENKINS-8733 Downstream build view does not see Join Trigger
- Open
-
JENKINS-6365 Show "Join" job in downstream view
- Open
- is duplicated by
-
JENKINS-10750 Jobs triggered with the Downstream-Ext plugin are not displayed by the Downstream BuildView plugin
- Open