I would like to configure jenkins to do the following:
1. checkout from a list of git repos
2. sub jobs build for 3 targets
3. test the build
4. publish the results back to multiple git repos
I have the system checking out and building successfully right now. it looks like there is a plugin called git publisher which an merge the results and publish back to git but I'm not sure how to configure this plugin to work. Is there any example like my configuration I could look at?