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

olamy pushed a commit to branch master-jenkinsfile
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master-jenkinsfile by this 
push:
     new e327668554 use maven3
e327668554 is described below

commit e327668554886e24148ca449a82ad5a3956709bf
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sat Mar 8 11:10:12 2025 +1000

    use maven3
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ffe7aa7321..c229640412 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,10 +21,10 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: 
'5', numToKeepStr: e
 
 def buildOs = 'linux'
 def buildJdk = '17'
-def buildMvn = '3.8.x'
+def buildMvn = 'maven3'
 def runITsOses = ['linux']
 def runITsJdks = ['17', '21']
-def runITsMvn = '3.8.x'
+def runITsMvn = 'maven3'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // 
-DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests
 
@@ -41,7 +41,7 @@ node(jenkinsEnv.nodeSelection(osNode)) {
         def MAVEN_GOAL='verify'
 
         stage('Configure deploy') {
-           if (env.BRANCH_NAME in ['master', 'maven-3.8.x', 'maven-3.9.x']){
+           if (env.BRANCH_NAME in ['master', 'maven-3.9.x']){
                MAVEN_GOAL='deploy'
            }
         }

Reply via email to