开发者

build queue issues in CC.net

Having a question on how the build queue is configured in CC.net.

I believe we have an issue , when trying to “force” build a scheduled project, the server tries to run several builds at the same time and fails Most of them except the one that started first.

We开发者_如何转开发 need to get to a state when regardless how many builds are scheduled or how many we “force” start in about the same time, all build requests are placed in to a build queue and executed one after finishing another in the order they were placed, and no extra request are generated.

Build Failed email is sent but the build was actually successful.

In short,The erroneous email is likely due to an error in the build server’s build scheduler/queue, trying to run 2 builds instead of one when asked for a “forced” build, as a result the first one is successful and the second one fails.

How to correct/resolve this issue....?

Thanks Nilesh


To specify your projects' queue you need to set the queue property like this :

  <project name="MyFirstProject" queue="Q1" queuePriority="1">

The default value is a queue per project. If you manually set the same queue (for example Q1) for all you project then, you will have a unique queue.

As for the queuePriority, the project (not yet started) in the queue are ordonned by queuePriority, low queuePriority projects start first.

It's all described in the cc net documentation which is now offline due to a problem at sourceforge.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜