We're using Hudson on Windows to build a .NET solution and run the unit tests (NUnit). Hudson is thereby used to start batch files that do the actual work.
I am now trying to set up a new test that is to run on a build slave and will run very long. The test should use the binaries produced by the upstream build.
I have searched the Hudson documentation but I cannot find how to pass upstream build artifacts to downstream slaves. How do I do this?