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 40b41e4 commit 7dbc1fcCopy full SHA for 7dbc1fc
Jenkinsfile
@@ -4,6 +4,6 @@
4
* allowing one to test against multiple Jenkins versions.
5
*/
6
buildPlugin(useContainerAgent: true, configurations: [
7
- [platform: 'linux', jdk: 21],
8
- [platform: 'windows', jdk: 17],
+ [platform: 'linux', jdk: 25],
+ [platform: 'windows', jdk: 21],
9
])
pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
- <version>1.142</version>
+ <version>2.1326.v00b_e26755312</version>
<relativePath />
</parent>
10
0 commit comments