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: 195

I'm just starting with hudson and I'd like to build my projects like my handmade solution did before:

  1. Retrieve the current svn revision number rev.
  2. Build all projects (each with individual result) with the revision number rev.
  3. 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

Related posts about hudson

Related posts about svn