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.
2 parents 0ebd9e4 + 1ed9f03 commit cac1d22Copy full SHA for cac1d22
Jenkinsfile
@@ -7,6 +7,6 @@ buildPlugin(
7
// we use Docker for containerized tests
8
useContainerAgent: false,
9
configurations: [
10
- [platform: 'linux', jdk: 21],
11
- [platform: 'windows', jdk: 17],
+ [platform: 'linux', jdk: 25],
+ [platform: 'windows', jdk: 21],
12
])
pom.xml
@@ -52,7 +52,7 @@
52
<dependency>
53
<groupId>io.jenkins.tools.bom</groupId>
54
<artifactId>bom-${jenkins.baseline}.x</artifactId>
55
- <version>5577.vea_979d35b_b_ff</version>
+ <version>5601.v59f37270a_349</version>
56
<type>pom</type>
57
<scope>import</scope>
58
</dependency>
0 commit comments