R – Building several projects sumultaneously by CruiseControl.NET

configurationcruisecontrol.net

Our CruiseControl.NET server is configured to build 5 different projects. Is it possible to configure CruiseControl.NET in such way that maximum 2 projects are built simultaneously? It is easy to limit it to build only one project at a time by putting all projects in the same <queue>, but I can't find how to limit number of simultaneously building projects to arbitrary number.

We are using CruiseControl.NET 1.4.4.

Best Answer

If in case you want to sequence the build order of projects , you can do it with project dependency triggers..