Do not start multiple builds in parallel

This commit is contained in:
Daniel Beck 2019-04-23 00:17:28 +02:00
parent eee718637d
commit 9b2f8fa103
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ pipeline {
timeout(time: 4, unit: 'HOURS')
buildDiscarder(logRotator(daysToKeepStr: '10'))
timestamps()
disableConcurrentBuilds()
}
triggers {