We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a540ef4 commit c3c3c84Copy full SHA for c3c3c84
Jenkinsfile
@@ -31,7 +31,7 @@ properties(
31
)
32
// final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he']
33
final def oses = ['linux':'ubuntu && maven']
34
-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']
35
// all non-EOL versions and the first EA
36
final def jdks = [20, 17, 11, 8]
37
0 commit comments