Skip to content

Commit 348bfa1

Browse files
Disable build on Windows by Jenkins
- build takes a lot of time ... we have build on Windows by GitHub, should be enough
1 parent 0c35f44 commit 348bfa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ properties(
2929
disableConcurrentBuilds()
3030
]
3131
)
32-
final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he']
32+
// final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he']
33+
final def oses = ['linux':'ubuntu && maven']
3334
final def mavens = env.BRANCH_NAME == 'master' ? ['3.8.x', '3.2.x'] : ['3.8.x']
3435
// all non-EOL versions and the first EA
3536
final def jdks = [19, 17, 11, 8]

0 commit comments

Comments
 (0)