Skip to content

Commit f350c38

Browse files
authored
Merge pull request #107 from jonesbusy-automation/plugin-modernizer/removeoldjavaversionformodernjenkins
Applied recipe RemoveOldJavaVersionForModernJenkins
2 parents 29a8267 + 5c0568d commit f350c38

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ buildPlugin(
66
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
77
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
88
configurations: [
9-
[platform: 'linux', jdk: 21],
10-
[platform: 'windows', jdk: 17],
9+
[platform: 'windows', jdk: 21],
1110
[platform: 'linux', jdk: 25],
1211
])

0 commit comments

Comments
 (0)