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

sjaranowski pushed a commit to branch jenkins-mvn-3.x
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 1e432d81d8fb3875b4e08f5fde20a9d0b981bc3b
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Feb 5 19:37:43 2026 +0100

    Build only by the latest Maven on Jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a495ff3b5..9b81c3bcc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ properties(
 )
 // final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he']
 final def oses = ['linux':'ubuntu']
-final def mavens = env.BRANCH_NAME == 'master' ? ['3.x.x', '3.6.3'] : ['3.x.x']
+final def mavens = ['3.x.x']
 // all non-EOL versions and the first EA
 final def jdks = [21, 17, 11, 8]
 

Reply via email to