We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a79cb commit 34a0a71Copy full SHA for 34a0a71
Jenkinsfile
@@ -0,0 +1,10 @@
1
+/*
2
+ See the documentation for more options:
3
+ 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