We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb2682 commit b1c9d62Copy full SHA for b1c9d62
Jenkinsfile
@@ -0,0 +1,11 @@
1
+/*
2
+ See the documentation for more options:
3
+ https://github.com/jenkins-infra/pipeline-library/
4
+*/
5
+buildPlugin(
6
+ forkCount: '1C', // Run a JVM per core in tests
7
+ useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
8
+ configurations: [
9
+ [platform: 'linux', jdk: 21],
10
+ [platform: 'windows', jdk: 17],
11
+])
0 commit comments