[General] Disable concurrent builds

This commit is contained in:
/dev/root 2018-11-29 15:42:09 +01:00
parent 3e7b92ef9b
commit 179f34bd9f

6
Jenkinsfile vendored
View File

@ -193,8 +193,10 @@ def iw4xExecutableBranch() {
// Job properties // Job properties
properties([ properties([
[$class: "GitLabConnectionProperty", gitLabConnection: "iw4x"], buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '30')),
buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '30')) disableConcurrentBuilds(),
gitLabConnection('iw4x'),
[$class: 'LeastLoadDisabledProperty', leastLoadDisabled: false]
]) ])
gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"]) { gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"]) {