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') {