This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push:
new e5c01a698 Build only by the latest Maven on Jenkins (#3255)
e5c01a698 is described below
commit e5c01a6985bc4fcb8ea9e1b43baee3ce08523dfe
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Fri Feb 6 01:01:06 2026 +0100
Build only by the latest Maven on Jenkins (#3255)
---
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]