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

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


The following commit(s) were added to refs/heads/surefire-3.5.x by this push:
     new e838393bb deploy 3.5.x branch to nexus
e838393bb is described below

commit e838393bbb127a7798d13283b9af7cfa0afec3a8
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Mar 2 09:21:44 2026 +1000

    deploy 3.5.x branch to nexus
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9b81c3bcc..69c636288 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -70,7 +70,7 @@ oses.eachWithIndex { osMapping, indexOfOs ->
                         }
                         ws(dir: "${os == 'windows' ? "${TEMP}\\${BUILD_TAG}" : 
pwd()}") {
                             buildProcess(stageKey, jdkName, mvnName,
-                                first  && env.BRANCH_NAME == 'master' ? 
goalsDepl : goals,
+                                first  && env.BRANCH_NAME == 'surefire-3.5.x' 
? goalsDepl : goals,
                                 allOptions, mavenOpts, first)
                         }
                     }

Reply via email to