Skip to content

Commit e479234

Browse files
committed
Outdated Jenkinsfile
1 parent c4bcffe commit e479234

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Jenkinsfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
https://github.com/jenkins-infra/pipeline-library/
44
*/
55
buildPlugin(
6+
forkCount: '1C', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores
67
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
78
configurations: [
8-
[platform: 'linux', jdk: 17],
9-
[platform: 'windows', jdk: 11],
9+
[platform: 'linux', jdk: 21],
10+
[platform: 'windows', jdk: 17],
1011
])

0 commit comments

Comments
 (0)