Can CruiseControl projects be put into queues?

23 Views Asked by At

I have a few projects in CruiseControl that are related to one another. Specifically, I've got a C++ COM component, a C# COM component, and a VB6 component. I've also got some unrelated C# components (3 of them).

I'd like those 3 unrelated components to be able to use up to 3 threads, but keep the COM stuff only using 1 thread. Something like the Queue feature of CruiseControl.NET.

Does anything like that exist for the old 2.8.4 CruiseControl?

Thanks!

1

There are 1 best solutions below

0
Adam Bruss On

CruiseControl has the threads feature.

threads

I'm thinking that can help you.