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 cabc718 + c8caa2c commit 1828734Copy full SHA for 1828734
Jenkinsfile
@@ -8,4 +8,5 @@ buildPlugin(
8
configurations: [
9
[platform: 'linux', jdk: 21],
10
[platform: 'windows', jdk: 17],
11
+ [platform: 'linux', jdk: 25],
12
])
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.jenkins-ci.plugins</groupId>
6
<artifactId>plugin</artifactId>
7
- <version>5.18</version>
+ <version>5.19</version>
<relativePath />
</parent>
<groupId>io.jenkins.plugins</groupId>
0 commit comments