This might be a bit crowded for you if you depend only on binaries. But there is also a Clone Workspace SCM Plugin that archives your entire workspace, and you can check it with the next work, as if it came from SCM. This is pretty new.
We are currently using a different setting. We have a repository of artifacts where we push our binaries. The second task pulls binary files from this repository. Physically, this is just a standard Windows share, where we create a subfolder with the number of the specified job. If you also use [Parameterized Trigger Plugin] [2], you can transfer the build number from task 1 to task 2 and run your test in binary format on the right. A side effect is that you can reuse binaries later without having to keep a long history in Hudson.
[2]: http: // Parameterized Trigger plugin
source share