Skip to content

Commit 602b638

Browse files
committed
Add Jenkinsfile for ci.jenkins.io
1 parent 9280c42 commit 602b638

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Jenkinsfile

Lines changed: 6 additions & 4 deletions
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],
4-
])
1+
buildPlugin(
2+
useContainerAgent: true,
3+
configurations: [
4+
[platform: 'linux', jdk: 21],
5+
[platform: 'windows', jdk: 17],
6+
])

0 commit comments

Comments
 (0)