We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c0833 commit 94169f1Copy full SHA for 94169f1
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