slawekjaranowski commented on code in PR #815:
URL: https://github.com/apache/maven-surefire/pull/815#discussion_r2005354753
##########
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:
It is not a problem for me, even more I am for it ... But should be done in
separate PR.
We should discuss and start switching all plugins
We also have info about 3.6.3 at https://maven.apache.org/docs/history.html
--
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]