Hi All, I have a build which has 4 Jenkins jobs, the first just downloads the source from svn and sets a version number. The second is the build step, third is the unit test step and the fourth is the package step. Each is kicked off using the parameterized trigger plugin and that is working great. I would like to have all the artifacts bubbled up to the first job which is the one I kick off.
I have been looking through the plugins and mailing list but have not found any solutions for this. Does anyone have any ideas on how to make this happen? Thanks Glenn