Skip to content

Commit 4511f38

Browse files
authored
Merge pull request #90 from jimklimov/pom-bump
Jenkinsfile: un-comment testing on Jenkins core LTS 2.479.1…
2 parents 48bc700 + 749c3dd commit 4511f38

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

Jenkinsfile

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,10 @@
55
buildPlugin(useContainerAgent: true, configurations: [
66
// Test the common case (i.e., a recent LTS release) on both Linux and Windows
77
// with same core version as the lowest baseline requested by pom.xml
8-
[ platform: 'linux', jdk: '11', jenkins: '2.361.1' ],
9-
[ platform: 'windows', jdk: '11', jenkins: '2.361.1' ],
8+
[ platform: 'linux', jdk: '17', jenkins: '2.479.1' ],
9+
[ platform: 'windows', jdk: '17', jenkins: '2.479.1' ],
1010

1111
// Test the bleeding edge of the compatibility spectrum (i.e., the latest supported Java runtime).
1212
// see also https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/
13-
// NOTE: 2.475+ introduced other breaking changes to ecosystem
14-
//[ platform: 'linux', jdk: '17', jenkins: '2.479.1' ],
15-
16-
// NOTE: LTS https://www.jenkins.io/changelog-stable/#v2.462.3
17-
// is the last LTS release to support Java 11
18-
[ platform: 'linux', jdk: '11', jenkins: '2.462.3' ],
19-
[ platform: 'linux', jdk: '17', jenkins: '2.462.3' ],
20-
[ platform: 'linux', jdk: '21', jenkins: '2.462.3' ],
13+
[ platform: 'linux', jdk: '21', jenkins: '2.484' ],
2114
])

pom.xml

Lines changed: 4 additions & 4 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

@@ -17,7 +17,7 @@
1717
<properties>
1818
<revision>2</revision>
1919
<changelist>999999-SNAPSHOT</changelist>
20-
<jenkins.version>2.361.4</jenkins.version>
20+
<jenkins.version>2.479.1</jenkins.version>
2121
<!-- Note: keep in sync with io.jenkins.tools.bom version below -->
2222
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2323
<spotbugs.effort>Max</spotbugs.effort>
@@ -36,8 +36,8 @@
3636
<dependencies>
3737
<dependency>
3838
<groupId>io.jenkins.tools.bom</groupId>
39-
<artifactId>bom-2.361.x</artifactId>
40-
<version>2102.v854b_fec19c92</version>
39+
<artifactId>bom-2.479.x</artifactId>
40+
<version>3613.v584fca_12cf5c</version>
4141
<scope>import</scope>
4242
<type>pom</type>
4343
</dependency>

0 commit comments

Comments
 (0)