Pull request #1: Disable Concurrentt build limit

Merge in RED/persistence-service from cschabert/PlanSpecjava-1631781637674 to master

* commit '42b52dbb039b019f55f9130923fdfc8fa71ad7c2':
  Disable Concurrentt build limit
This commit is contained in:
Christoph  Schabert 2021-09-21 09:45:34 +02:00 committed by Timo Bejan
commit 48abc83d76

View File

@ -108,8 +108,6 @@ public class PlanSpec {
)
)
.linkedRepositories("RED / " + SERVICE_NAME)
.pluginConfigurations(new ConcurrentBuilds()
.maximumNumberOfConcurrentBuilds(1))
.triggers(new BitbucketServerTrigger())
.planBranchManagement(new PlanBranchManagement()
.createForVcsBranch()