diff options
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index a0a8df5805..a17bb24899 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -275,6 +275,10 @@ poijobs.each { poijob -> checkoutRetryCount(3) if (poijob.githubpr) { + throttleConcurrentBuilds { + maxPerNode(1) + maxTotal(1) + } parameters { /* plugin not available: gitParam('sha1') { |