This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch SUREFIRE-2298-nested-classes
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/SUREFIRE-2298-nested-classes 
by this push:
     new 787e8c1ef disableConcurrentBuilds
787e8c1ef is described below

commit 787e8c1efd6a593f36ef72f0d48e4e7d1710561f
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Sep 3 20:03:37 2025 +1000

    disableConcurrentBuilds
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ddb5f8483..3c5c692bb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,8 +24,8 @@ properties(
         buildDiscarder(logRotator(artifactNumToKeepStr: env.BRANCH_NAME == 
'master' ? '15' : '5',
                                   daysToKeepStr: env.BRANCH_NAME == 'master' ? 
'30' : '14',
                                   numToKeepStr: env.BRANCH_NAME == 'master' ? 
'20' : '10')
-        )//,
-        //disableConcurrentBuilds()
+        ),
+        disableConcurrentBuilds()
     ]
 )
 // final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he']

Reply via email to