I have a super project that integrates only a few git sums. I would like to call Jenkins for every change in submodules, as well as when updating a super project.
/superproject /submodule-a /submodule-b /submodule-c
For each submodule I use the DSL plugin and it works fine, except when some modules require others to compile or run tests - this is one reason for combining all other repositories into one superproject.
What should I do to test individual submodules, as well as integration as part of a super project?
source share