Skip to content

Commit 54bc41e

Browse files
Bump baseline to 2.528.x (#504)
1 parent dbf87a1 commit 54bc41e

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Jenkinsfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
// Builds the plugin using https://github.com/jenkins-infra/pipeline-library
1+
/*
2+
See the documentation for more options:
3+
https://github.com/jenkins-infra/pipeline-library/
4+
*/
25
buildPlugin(
3-
forkCount: '1C',
4-
useContainerAgent: true,
6+
forkCount: '1C', // Run parallel tests on ci.jenkins.io for lower costs, faster feedback
7+
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
58
configurations: [
6-
// Test the minimum required Jenkins Version.
7-
[ platform: 'linux', jdk: '17', jenkins: null ],
8-
[ platform: 'windows', jdk: '21', jenkins: null ]
9+
[platform: 'linux', jdk: 25],
10+
[platform: 'windows', jdk: 21],
911
])

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
<properties>
4343
<gitHubRepo>jenkinsci/custom-folder-icon-plugin</gitHubRepo>
44-
<jenkins.baseline>2.504</jenkins.baseline>
44+
<jenkins.baseline>2.528</jenkins.baseline>
4545
<jenkins.version>2.539</jenkins.version>
4646
<revision>2</revision>
4747
<changelist>999999-SNAPSHOT</changelist>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>io.jenkins.tools.bom</groupId>
5757
<artifactId>bom-${jenkins.baseline}.x</artifactId>
58-
<version>5750.vec44cb_c78352</version>
58+
<version>5759.va_1462c940572</version>
5959
<type>pom</type>
6060
<scope>import</scope>
6161
</dependency>

0 commit comments

Comments
 (0)