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 0f62a94 + 989c6b2 commit e4fc8bfCopy full SHA for e4fc8bf
Jenkinsfile
@@ -1,6 +1,6 @@
1
buildPlugin(
2
useContainerAgent: false,
3
configurations: [
4
- [platform: 'linux', jdk: 21],
5
- [platform: 'windows', jdk: 17],
+ [platform: 'linux', jdk: 25],
+ [platform: 'windows', jdk: 21],
6
])
pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
7
<artifactId>plugin</artifactId>
8
- <version>5.12</version>
+ <version>5.28</version>
9
<relativePath/>
10
</parent>
11
0 commit comments