Skip to content

Commit 9565410

Browse files
committed
ci: update Jenkins build configuration
- Update JDK versions: Linux to JDK 21, Windows to JDK 17 - Remove timeout and useContainerAgent parameters - Simplify build configuration structure
1 parent 424ffe5 commit 9565410

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Jenkinsfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
buildPlugin(timeout: 120, useContainerAgent: true, configurations: [
2-
[ platform: 'windows', jdk: '11'],
3-
[ platform: 'linux', jdk: '11']
1+
buildPlugin(
2+
configurations: [
3+
[platform: 'linux', jdk: 21],
4+
[platform: 'windows', jdk: 17],
45
])

0 commit comments

Comments
 (0)