slawekjaranowski commented on code in PR #815:
URL: https://github.com/apache/maven-surefire/pull/815#discussion_r2004985987


##########
Jenkinsfile:
##########
@@ -21,19 +21,18 @@
 
 properties(
     [
-        buildDiscarder(logRotator(artifactDaysToKeepStr: env.BRANCH_NAME == 
'master' ? '14' : '7',
-                                  artifactNumToKeepStr: '50',
+        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']
-final def oses = ['linux':'ubuntu && maven']
-final def mavens = env.BRANCH_NAME == 'master' ? ['3.x.x', '3.6.3'] : ['3.x.x']
+final def oses = ['linux':'ubuntu']
+final def mavens = env.BRANCH_NAME == 'master' ? ['3.x.x', '3.8.8'] : ['3.x.x']

Review Comment:
   as minimum maven we have in code 3.6.3 
   
   
https://github.com/apache/maven-surefire/blob/66e85890cc4c4fb466726abf7339cbd952052ecc/pom.xml#L91
   
   We can change it to 3.8.8 but if possible I would like to see it in separate 
PR
   
   By the way should we start discussion about next minimum version for all 
plugins?
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to