How to make hudson build only most current build.

Posted by MikeU on Stack Overflow See other posts from Stack Overflow or by MikeU
Published on 2010-06-15T23:05:52Z Indexed on 2010/06/15 23:12 UTC
Read the original article Hit count: 180

Filed under:

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.

© Stack Overflow or respective owner

Related posts about hudson