We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62ec0a commit 86f19aeCopy full SHA for 86f19ae
Jenkinsfile
@@ -1,4 +1,10 @@
1
-buildPlugin(useContainerAgent: true, configurations: [
2
- [platform: 'linux', jdk: 17],
3
- [platform: 'windows', jdk: 11],
+/*
+ See the documentation for more options:
+ https://github.com/jenkins-infra/pipeline-library/
4
+*/
5
+buildPlugin(
6
+ useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
7
+ configurations: [
8
+ [platform: 'linux', jdk: 21],
9
+ [platform: 'windows', jdk: 17],
10
])
0 commit comments