[Cruisecontrolrb-users] Forcing builders to run sequentially

Alexey Verkhovsky alexey.verkhovsky at gmail.com
Tue May 22 01:38:47 EDT 2007


> Levi Cook wrote:
> > By default, builders run in parallel. I need them to run sequentially.

I would just hack it in.

Every builder grabs an exclusive lock on some file (the same for all
three builders) before the build, or just waits until it can grab that
lock.

By the way, this can be pluginized, too.

Best regards,
Alex


More information about the Cruisecontrolrb-users mailing list