Skip to content

Commit

Permalink
Stop testing Java 11 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
candiduslynx authored Jan 14, 2025
2 parents eb7ece1 + 863de54 commit 1342f28
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
useContainerAgent: true,
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
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 11], // use 'docker' if you have containerized tests
[platform: 'windows', jdk: 11]
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])

0 comments on commit 1342f28

Please sign in to comment.