disableConcurrentBuilds
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
0ce53f4567
commit
9dbee34d42
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -39,6 +39,7 @@ def defaultPublishers = [artifactsPublisher(disabled: false), junitPublisher(ign
|
||||
pipeline {
|
||||
agent { label "${LABEL}" }
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
durabilityHint('PERFORMANCE_OPTIMIZED')
|
||||
buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '5'))
|
||||
timeout(time: 120, unit: 'MINUTES')
|
||||
|
Loading…
x
Reference in New Issue
Block a user