Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

May I ask to implement concurrent number feature? #4611

JerryLee ·

Based on my research, the existing "Concurrent" function only supports Yes/No options.
It would be nice to have a "Concurrent" feature that enables us to manage the number of simultaneous builds.

  • replies 6
  • views 33
  • stars 0
robinshen ADMIN ·

You may define global resource in grid page, with desired concurrent count, and set up the configuration to require that resource in general settings.

JerryLee ·

Thanks to reply.
However, we have common resource for various purpose in grid page.
If concurrent count could configure in each configuration, it would be great.
Please consider it to support even though from next version.
Thanks again.


Configuration A : We want to run 10 builds simultaneously.

Case 1) Recommend of you
Server A : 5 agents
Server B : 5 agents

If one server is shutting down, we have only 5 agents.

Case 2) Our current setting
Server A : 10 agents
Server B : 10 agents

Even if one server is shutting down, we have at least 10 agents. (failover)

However, we want to make 10 active running agents always.

drdt ·

I handle a similar situation by having configuration rely on two resources. One to select the host where the job runs, and one to throttle parallel jobs.

If you give more details of your situation maybe I can make suggestions.

robinshen ADMIN ·

I mean global resource, instead of node resource. Without global and node resource, the build can run on all agents concurrenty (20 concurrently if you have 20 agents), and you can limit it to 10 by defining a global resource with 10 concurrency.

JerryLee ·

Thanks to reply, I found the feature which robin told. Thanks.

JerryLee ·

Thanks to reply again, I found the feature which you told. Thanks.