[General] Disable concurrent builds
This commit is contained in:
parent
3e7b92ef9b
commit
179f34bd9f
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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"]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user