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