I have a git module which contains several submodules. I am using jenkins to build. I am using the advanced settings enabled
Recursively update submodulesUpdate tracking submodules to tip of branchUse credentials from default remote of parent repository
This creates a nice build on master and moves all the submodules to the tip of their master branch unfortunately when Jenkins it will only show commits on the module and not any of the submodules. How do I configure it to show all the commits across all the submodules?