Hi All,
I have create a multi module maven project using git submodules. How do I configure that in Jenkins so that whenever commit happens in any of the modules, a trigger of the Jenkins job happens which builds and tests the parent module.
Tried creating a scripted pipeline, and triggering is happening whenever there is a commit in the parent module.
Expected :
Triggering should happen when there is a commit in any of the submodules as well.
Please help. Badly stuck.