We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29c0833 + 94169f1 commit 8bbdf0eCopy full SHA for 8bbdf0e
1 file changed
Jenkinsfile
@@ -1,4 +1,5 @@
1
-buildPlugin(useAci: true, configurations: [
+buildPlugin(useContainerAgent: true, configurations: [
2
[platform: 'linux', jdk: '8'],
3
- [platform: 'linux', jdk: '11']
+ [platform: 'linux', jdk: '11'],
4
+ [platform: 'linux', jdk: '17', jenkins: '2.342' ],
5
])
0 commit comments