Skip to content

Commit 531bb72

Browse files
committed
Migrate plugins to Java 25 LTS
1 parent 1c5dae9 commit 531bb72

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
https://github.com/jenkins-infra/pipeline-library/
44
*/
55
buildPlugin(
6-
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
6+
useContainerAgent: true,
7+
forkCount: '1C', // Set to `false` if you need to use Docker for containerized tests
78
configurations: [
89
[platform: 'linux', jdk: 21],
910
[platform: 'windows', jdk: 17],
11+
[platform: 'linux', jdk: 25],
1012
])

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>5.18</version>
7+
<version>5.19</version>
88
<relativePath />
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>

0 commit comments

Comments
 (0)