Question
How do I setup Hudson so that if one person triggers a build, Hudson will put it on the queue and wait lets say 2 minutes, and during those 2 minutes if another build is triggered it will replace the older build on the queue with the new build?
This way if there are 2 builds in those 2 minutes, Hudson will only perform the last build.