Hello, I have ten projects on ccnet server.I want the projects to by executed sequentially, one by one during night. So i added them to the same queue and set a different queuePriority for each project (1,2,3 and so on...). I am using scheduletrigger for nightly builds. I setup the same start time for each build. I would expect that the first executed project would be the one with priority 1, however it looks like the 1st project is picked up randomly. The remaining projects are OK and executed in expected order.
To workaround the problem I am starting the project with the highest piority one minute before other projects so the projects have a time to find their place in a queue. But i dont like this solution, I would prefer to have the same start time for each project and let the queuePriority decide about the execution order. Any thoughts?
