olamy commented on code in PR #815:
URL: https://github.com/apache/maven-surefire/pull/815#discussion_r2005077652
##########
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:
I have restored this. If this hurt you :)
cced9cd1e557ff6b96da41862421373a4fae5253
But to be honest, I don't understand why we should support a plugin with a
core version we do not officially support. This looks weird to me.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]