-
Bug
-
Resolution: Fixed
-
Major
-
None
After upgrading to version 1.3 of the plugin, my Matrix Jobs no longer trigger downstream Jobs when configured to do so in the downstream-ext section of the configuration.
I've also confirmed that if I re-install version 1.2 of the plugin, the same matrix Jobs do indeed start triggering via downstream-ext once again.
You didn't update Hudson itself?
Really strange as it looks to me that when it doesn't work it shouldn't work with downstream-ext 1.2, either.
Looks for me like the dependency resolution for matrix projects in Hudson core is broken:
When looking for downstream projects it only checks for dependencies of the current MatrixConfiguration and not for the MatrixProject itself.
I could add a workaround, so it works for matrix projects again, but that would seem more like a hack to me. I think this should be addressed in Hudson core.