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
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