Skip to content

Commit 94169f1

Browse files
authored
Add java-17 CI
1 parent 29c0833 commit 94169f1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
buildPlugin(useAci: true, configurations: [
1+
buildPlugin(useContainerAgent: true, configurations: [
22
[platform: 'linux', jdk: '8'],
3-
[platform: 'linux', jdk: '11']
3+
[platform: 'linux', jdk: '11'],
4+
[platform: 'linux', jdk: '17', jenkins: '2.342' ],
45
])

0 commit comments

Comments
 (0)