Is there a way to make Jenkins polling feature detect that a change has occurred in a sub repo, even when that change has not yet been committed to the parent repo?
Realistically I expect that I'm looking for a plugin that will do a pull -u
on any sub-repos, then commit and push that change to the parent before starting the build. I can't see anything like that in the official plugin lists, and am considering building a custom plugin to support it.