My build process needs to pull and update multiple Mercurial repositories that are nested in one top-level repository. This works fine, but I don't know how to generate a build report/email that lists all changes in all repositories (like what you see when you have just one repository). I've tried using the Multiple SCMs plugin, and I've tried simply chaining jobs in the same workspace, but neither approach generated a useful changelog.
Is there a built-in way of doing this, or do I just need to generate them myself and figure out how to make them show up in the Jenkins build report? Thank you in advance for any help you are able to offer, Todd Greer