This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch SUREFIRE-1643-junit5-parallel in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/SUREFIRE-1643-junit5-parallel by this push: new 022feb2ee simplify jenkinsfile 022feb2ee is described below commit 022feb2ee74c40bc5abcb1175761e238d57a9742 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Mon Mar 17 13:16:54 2025 +1000 simplify jenkinsfile Signed-off-by: Olivier Lamy <ol...@apache.org> --- Jenkinsfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b06ababd6..28342eb2f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,12 +21,11 @@ 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']