Re: Multistep build

2012-07-11 Thread cjo
1. Archive the needed artifacts in the build job - see the section in post build actions( Archive the artifacts (to the Jenkins build dir), or possibly use one of the other plugins to deploy to another location) 2. Use the copy artifact plugin build step to copy the files from the build job to

Multistep build

2012-07-11 Thread Glenn MacGregor
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) t