We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a763d commit ba7dba8Copy full SHA for ba7dba8
Jenkinsfile
@@ -7,4 +7,5 @@ buildPlugin(useContainerAgent: true, configurations: [
7
[ platform: 'linux', jdk: '11' ],
8
[ platform: 'windows', jdk: '11' ],
9
[ platform: 'linux', jdk: '17' ],
10
+ [ platform: 'linux', jdk: '21' ]
11
])
0 commit comments