Skip to content

Commit 5af53dd

Browse files
authored
Bump Jenkins version from 2.462.1 to 2.479.1 (#439)
2 parents 81e2a35 + 76bc27f commit 5af53dd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ buildPlugin(
88
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
99
configurations: [
1010
[platform: 'linux', jdk: 21],
11-
[platform: 'linux', jdk: 11],
1211
[platform: 'windows', jdk: 17],
1312
])

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.88</version>
8+
<version>5.2</version>
99
<relativePath/>
1010
</parent>
1111

@@ -22,7 +22,7 @@
2222
<changelist>999999-SNAPSHOT</changelist>
2323
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2424
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
25-
<jenkins.baseline>2.462</jenkins.baseline>
25+
<jenkins.baseline>2.479</jenkins.baseline>
2626
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
2727
<no-test-jar>false</no-test-jar>
2828
<hpi.compatibleSinceVersion>5.2</hpi.compatibleSinceVersion>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>io.jenkins.tools.bom</groupId>
6363
<artifactId>bom-${jenkins.baseline}.x</artifactId>
64-
<version>3276.vcd71db_867fb_2</version>
64+
<version>3613.v584fca_12cf5c</version>
6565
<scope>import</scope>
6666
<type>pom</type>
6767
</dependency>

0 commit comments

Comments
 (0)