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 3d5ba73 + bf1a3cc commit 99e1db4Copy full SHA for 99e1db4
Jenkinsfile
@@ -1,4 +1,4 @@
1
buildPlugin(useContainerAgent: true, configurations: [
2
- [platform: 'linux', jdk: 21],
3
- [platform: 'windows', jdk: 17],
+ [platform: 'linux', jdk: 25],
+ [platform: 'windows', jdk: 21],
4
])
pom.xml
@@ -4,7 +4,7 @@
<parent>
5
<groupId>org.jenkins-ci.plugins</groupId>
6
<artifactId>plugin</artifactId>
7
- <version>5.26</version>
+ <version>5.28</version>
8
<relativePath />
9
</parent>
10
@@ -47,7 +47,7 @@
47
<dependency>
48
<groupId>io.jenkins.tools.bom</groupId>
49
<artifactId>bom-${jenkins.baseline}.x</artifactId>
50
- <version>4136.vca_c3202a_7fd1</version>
+ <version>5054.v620b_5d2b_d5e6</version>
51
<type>pom</type>
52
<scope>import</scope>
53
</dependency>
0 commit comments