new branch

This commit is contained in:
René Pfeuffer
2018-09-21 09:07:12 +02:00
parent db61294e4e
commit e95802490e

3
Jenkinsfile vendored
View File

@@ -11,7 +11,8 @@ node() { // No specific label
properties([
// Keep only the last 10 build to preserve space
buildDiscarder(logRotator(numToKeepStr: '10'))
buildDiscarder(logRotator(numToKeepStr: '10')),
disableConcurrentBuilds()
])
timeout(activity: true, time: 20, unit: 'MINUTES') {