We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6c46c commit e048c9eCopy full SHA for e048c9e
Jenkinsfile
@@ -8,9 +8,10 @@ buildPlugin(
8
useContainerAgent: true,
9
// Show failures on all configurations
10
failFast: false,
11
- // Test Java 11 and Java 17
+ // Test Java 11, 17, and 21
12
configurations: [
13
[platform: 'linux', jdk: '17'], // Linux first for coverage report on ci.jenkins.io
14
+ [platform: 'linux', jdk: '21', jenkins: '2.414'],
15
[platform: 'windows', jdk: '11'],
16
]
17
)
0 commit comments