I have a multi-module maven project. I want to configure it as a jenkins pipeline so that whenever there is a commit in any of the sub-modules, it should trigger building of the pipeline
I have enabled the following option
Checked - Update tracking submodules to tip of branch
[$class: 'SubmoduleOption', disableSubmodules: false, parentCredentials: true, recursiveSubmodules: true, reference: '', timeout: 60, trackingSubmodules: true]
Nothing gets triggered when a commit happens in any of the submodules. Please suggest