We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c35f44 commit 348bfa1Copy full SHA for 348bfa1
Jenkinsfile
@@ -29,7 +29,8 @@ properties(
29
disableConcurrentBuilds()
30
]
31
)
32
-final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he']
+// 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']
35
// all non-EOL versions and the first EA
36
final def jdks = [19, 17, 11, 8]
0 commit comments