How to build many projects with the same svn revision number with hudson?
- by tangens
I'm just starting with hudson and I'd like to build my projects like my handmade solution did before:
Retrieve the current svn revision number rev.
Build all projects (each with individual result) with the revision number rev.
Start again with step 1 regardless if there were any changes in the meantime (to detect nondeterministic errors that don't occur on every test run).
How can I configure this with hudson?