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.
1 parent a3cb0a6 commit 013ab9fCopy full SHA for 013ab9f
Jenkinsfile
@@ -1,6 +1,6 @@
1
buildPlugin(
2
useContainerAgent: false,
3
configurations: [
4
- [platform: 'linux', jdk: 17],
5
- [platform: 'windows', jdk: 11],
+ [platform: 'linux', jdk: 21],
+ [platform: 'windows', jdk: 17],
6
])
pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
7
<artifactId>plugin</artifactId>
8
- <version>4.70</version>
+ <version>4.76</version>
9
<relativePath/>
10
</parent>
11
@@ -155,7 +155,7 @@
155
<dependency>
156
<groupId>io.jenkins.tools.bom</groupId>
157
<artifactId>bom-2.387.x</artifactId>
158
- <version>2230.v0cb_4040cde55</version>
+ <version>2543.vfb_1a_5fb_9496d</version>
159
<scope>import</scope>
160
<type>pom</type>
161
</dependency>
0 commit comments