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 42aae59 + dab7db1 commit 6d24a57Copy full SHA for 6d24a57
Jenkinsfile
@@ -1,4 +1,4 @@
1
buildPlugin(useContainerAgent: true, configurations: [
2
- [platform: 'linux', jdk: 17],
3
- [platform: 'windows', jdk: 11],
+ [platform: 'linux', jdk: 21],
+ [platform: 'windows', jdk: 17],
4
])
pom.xml
@@ -4,7 +4,7 @@
<parent>
5
<groupId>org.jenkins-ci.plugins</groupId>
6
<artifactId>plugin</artifactId>
7
- <version>4.67</version>
+ <version>4.74</version>
8
<relativePath />
9
</parent>
10
0 commit comments