-
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
-
I tried to reproduce the issue, but I was not able to do it. I did the following:
Created jobs base, test, testA, testB and join. Added the dependencies (regular BuildTriggers) base -> test, test -> testA, test -> testB. Added a join trigger to base joining on join.
Then looking at the dependency graph yields:
base -> test
test -> testA
test -> testB
test -> join,
the desired behaviour. I will mark this issue as cannot reproduce, if you give me more information what steps you took to have this bug, I will try again.