How to pass binaries build upstream to a remote downstream build slave
Posted
by sbi
on Stack Overflow
See other posts from Stack Overflow
or by sbi
Published on 2010-04-29T17:45:11Z
Indexed on
2010/04/29
17:57 UTC
Read the original article
Hit count: 202
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?
© Stack Overflow or respective owner