Skip to content

Commit 043cb03

Browse files
authored
Building on JDK 21 (#122)
1 parent 4b3d2f5 commit 043cb03

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Jenkinsfile

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22
See the documentation for more options:
33
https://github.com/jenkins-infra/pipeline-library/
44
*/
5-
buildPlugin(useContainerAgent: true, platforms: ['linux'], jdkVersions: [11, 17])
5+
buildPlugin(
6+
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
7+
configurations: [
8+
[platform: 'linux', jdk: 11],
9+
[platform: 'linux', jdk: 17],
10+
[platform: 'linux', jdk: 21],
11+
])

0 commit comments

Comments
 (0)