Hi All, I am looking to update my current build to a multijob build and am planning on using the Parameterized Trigger plugin for this. My first step is to create a job which does the build and a second job to run the tests. What is the best practice for passing the necessary files (binaries) to the test build job? I don't want to use the location that the build job created because then I can not have the build job running while the test job is running.
Does this make sense? Thanks Glenn