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-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bf2e94  disableConcurrentBuilds
9bf2e94 is described below

commit 9bf2e945d8b6f7a4c5d878492ef75e9661d36a82
Author: olivier lamy <ol...@apache.org>
AuthorDate: Sun Dec 30 15:54:13 2018 +1000

    disableConcurrentBuilds
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 vars/asfStandardBuild.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index 1ca7cc9..b9ba829 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -22,6 +22,7 @@
 def call(Map params = [:]) {
   // Faster build and reduces IO needs
   properties([
+    disableConcurrentBuilds(),
     durabilityHint('PERFORMANCE_OPTIMIZED'),
     buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '3'))
   ])

Reply via email to