Skip to content

Commit

Permalink
Test with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Aug 13, 2023
1 parent eac8196 commit e9edd49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
// Builds a module using https://github.com/jenkins-infra/pipeline-library
buildPlugin(
// Run a JVM per core in tests
forkCount: '1C',
// Container agents start faster and are easier to administer
useContainerAgent: true,
// Test Java 11, 17, and 21
configurations: [
[platform: 'linux', jdk: 17],
[platform: 'linux', jdk: 21, jenkins: '2.414'],
[platform: 'windows', jdk: 11],
])

0 comments on commit e9edd49

Please sign in to comment.