This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
The following commit(s) were added to refs/heads/master by this push:
new 9dbee34 disableConcurrentBuilds
9dbee34 is described below
commit 9dbee34d42c7c57da94f5622a33d6161934318e0
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 12:23:21 2018 +1000
disableConcurrentBuilds
Signed-off-by: olivier lamy <[email protected]>
---
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 2da04b1..427f8ce 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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')