Can Hudson be configured to build every revision?
- by CodeBuddy
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?