mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-05 15:19:50 +01:00
Jenkins: Allows for concurrent builds.
On Cloudbees every build is started on a new worker. So no need to restrict execution.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -12,8 +12,6 @@ node() { // No specific label
|
||||
properties([
|
||||
// Keep only the last 10 build to preserve space
|
||||
buildDiscarder(logRotator(numToKeepStr: '10')),
|
||||
// Don't run concurrent builds for a branch, because they use the same workspace directory
|
||||
disableConcurrentBuilds()
|
||||
])
|
||||
|
||||
catchError {
|
||||
|
||||
Reference in New Issue
Block a user