We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cff976c + 64476dc commit 2f3f157Copy full SHA for 2f3f157
Jenkinsfile
@@ -5,5 +5,6 @@
5
*/
6
buildPlugin(useContainerAgent: true, configurations: [
7
[ platform: 'linux', jdk: 25 ],
8
- [ platform: 'windows', jdk: 21 ]
+ [ platform: 'windows', jdk: 21 ],
9
+ [ platform: 'linux', jdk: 17 ]
10
])
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
- <version>2.1326.v00b_e26755312</version>
+ <version>1.142</version>
<relativePath />
</parent>
0 commit comments