Skip to content

Commit 5b63d0b

Browse files
Stop testing Java 11 (#31)
1 parent 7050ad5 commit 5b63d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +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: [
89
[platform: 'linux', jdk: 21],
910
[platform: 'windows', jdk: 17],
10-
[platform: 'linux', jdk: 11],
1111
])

0 commit comments

Comments
 (0)