How to build many projects with the same svn revision number with hudson?
Posted
by tangens
on Stack Overflow
See other posts from Stack Overflow
or by tangens
Published on 2010-05-17T20:18:15Z
Indexed on
2010/05/17
20:20 UTC
Read the original article
Hit count: 224
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?
© Stack Overflow or respective owner