-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump java target to 17; Update jenkins core to 2.426.3 for Java 21 su…
…pport (#696)
- Loading branch information
1 parent
fa330ba
commit 7ab408f
Showing
39 changed files
with
651 additions
and
556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
/** | ||
* SPDX-FileCopyrightText: 2015-2023 tracetronic GmbH <info@tracetronic.de> | ||
* SPDX-FileCopyrightText: 2015-2024 tracetronic GmbH <info@tracetronic.de> | ||
* | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
buildPlugin( | ||
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests | ||
configurations: [ | ||
[platform: 'linux', jdk: 11], | ||
[platform: 'windows', jdk: 11], | ||
[platform: 'linux', jdk: 17], | ||
[platform: 'windows', jdk: 17] | ||
[platform: 'windows', jdk: 17], | ||
[platform: 'linux', jdk: 21], | ||
[platform: 'windows', jdk: 21] | ||
], | ||
useArtifactCachingProxy: false // Use plugins.jenkins.io directly | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.