views:

216

answers:

1

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.

A: 

Did you look at queues? I'm pretty certain that you can define multiple queues on a single machine, but I'm not sure if you can put a project on multiple queues.

Regards,

Sebastiaan

Sebastiaan Megens
As I understood from documentation project may belong only to one queue. Correct me if I'm wrong.
Paul