-
Improvement
-
Resolution: Unresolved
-
Major
-
None
consider the following trigger setup:
base -> test
test -> testA
test -> testB
When I specify a join job in "base", it will show up in the dependencies view as dependent on "testA" and "testB".
The join job, however, will be started on successul completion of "test", concurrent with "testA" and "testB"
- is related to
-
JENKINS-8716 Join dependencies mistakenly reported as transitive
- Closed