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 7784d4a + 461152a commit d817b03Copy full SHA for d817b03
2 files changed
Jenkinsfile
@@ -1,4 +1,5 @@
1
buildPlugin(useContainerAgent: true, configurations: [
2
[ platform: 'windows', jdk: '17' ],
3
[ platform: 'linux', jdk: '21' ],
4
+ [ platform: 'linux', jdk: '25' ],
5
])
pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
6
- <version>5.27</version>
+ <version>5.2102.v5f5fe09fccf1</version>
7
<relativePath />
8
</parent>
9
<packaging>hpi</packaging>
0 commit comments