Has anyone successfully setup jenkins multiple scm plugin with git where commits from all configured git repos display in both the git build data and jenkins build job build page? I've configured all of the git repos with their own name and custom scm name which displays correctly in the middle of the build page but not in the left nav git build data links. Nor do all of the changes from all configured git repos display, only the first one in the list. Although, all of this information seems to be stored correctly in the build projects build.xml.
Suggestions on a workaround?
In short, I have 5 git repos for one 1 jenkins build project. I would like the commit history for all 5 git repos (not just the top repo) to display or at least be in the git build data link. This also impacts updating Atlassian's STASH commit's with the jenkins build inforamtion, as well as, JIRA's CI build tab with the Jenkins build information.