We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a760c91 + 90bf9cf commit 1c2dfb5Copy full SHA for 1c2dfb5
Jenkinsfile
@@ -3,5 +3,6 @@
3
https://github.com/jenkins-infra/pipeline-library/
4
*/
5
buildPlugin(useContainerAgent: true, configurations: [
6
- [platform: 'linux', jdk: '11']
+ [platform: 'linux', jdk: '11'],
7
+ [platform: 'linux', jdk: '17']
8
])
0 commit comments