Can Hudson be configured to build every revision?

Posted by CodeBuddy on Stack Overflow See other posts from Stack Overflow or by CodeBuddy
Published on 2009-06-04T07:44:50Z Indexed on 2010/04/06 14:33 UTC
Read the original article Hit count: 247

I've started experimenting with Hudson as a build server. I'm using subversion and have it configured to poll every minute. The issue I'm seeing is that if a build at revision 10 takes 5 minutes and there are 5 commits during that time, Hudson will next build revision 15.

Is there a way to ensure every revision is built?

© Stack Overflow or respective owner

Related posts about continuous-integration

Related posts about hudson