Skip to content

Commit

Permalink
Disable build on Windows by Jenkins
Browse files Browse the repository at this point in the history
- build takes a lot of time ... we have build on Windows by GitHub, should be enough
  • Loading branch information
slawekjaranowski committed Jan 2, 2023
1 parent 0c35f44 commit 348bfa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Expand Up @@ -29,7 +29,8 @@ properties(
disableConcurrentBuilds()
]
)
final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he']
// 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']
// all non-EOL versions and the first EA
final def jdks = [19, 17, 11, 8]
Expand Down

0 comments on commit 348bfa1

Please sign in to comment.