Skip to content

Commit d429443

Browse files
committed
Add a JDK21 Jenkinsfile for ci.jenkins.io
1 parent 9882fc1 commit d429443

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Jenkinsfile

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
buildPlugin(useContainerAgent: true, configurations: [
2-
[platform: 'linux', jdk: 17],
3-
[platform: 'windows', jdk: 11],
1+
buildPlugin(
2+
useContainerAgent: true,
3+
configurations: [
4+
[platform: 'linux', jdk: 21],
5+
[platform: 'windows', jdk: 17],
46
])

0 commit comments

Comments
 (0)