I am trying to queue a new build using API call
If the concurrency is set to 1, API call is failing and unable to queue the build.
I want the build to be in queue even if concurrency is set to 1, Let the InProgress build finish and wait in the queue
Hello Bhartendu,
Welcome to Atlassian community.
If you set concurrency to 1, it means at a given time only 1 build can run ( or even get into queue ), basically more than 1 builds can't be trigerred.
If you want to get the build into queue or run parallel you need to increase the concurrency.
You may have a requirement where you don't want build to run in parallel but builds to get queued, in this case you can increase the concurrency and dedicate a agent only for this build plan, in this way build will get queued.
Regards,
Shashank Kumar
**please don't forget to Accept the answer if your query was answered**
Any suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.