-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
If I have the following setup:
base -> test test -> testA test -> testB
If I add a "join test" on base, dep view will report this as:
base -> test test -> testA test -> testB testA -> join testB -> join
but actual behaviour is:
base -> test test -> testA test -> testB test -> join
- is related to
-
JENKINS-8659 Join plugin should be able to handle transitive downstream builds
- Open