Skip to content

Commit 9f3bad4

Browse files
committed
Test with Jenkins 2.477-rc35350.7ff5a_a_a_0fdc3 incremental
The JenkinsWhitelistTest will fail because method hudson.model.Run getFullDisplayName does not exist (or is an override) Show the test failure on ci.jenkins.io,
1 parent 9131007 commit 9f3bad4

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

pom.xml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@
1515
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
1616
<properties>
1717
<changelist>999999-SNAPSHOT</changelist>
18-
<jenkins.version>2.387.3</jenkins.version>
18+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
19+
<jenkins.baseline>2.462</jenkins.baseline>
20+
<!-- TODO Replace with the standard jenkins.baseline references after LTS requires Java 17 -->
21+
<!-- <jenkins.version>${jenkins.baseline}.1</jenkins.version> -->
22+
<!-- <jenkins.version>2.476</jenkins.version> -->
23+
<jenkins.version>2.477-rc35350.7ff5a_a_a_0fdc3</jenkins.version>
24+
<!-- TODO JENKINS-73339 until in parent POM -->
25+
<jenkins-test-harness.version>2265.v3da_49c8134d6</jenkins-test-harness.version>
26+
<maven.compiler.release>17</maven.compiler.release>
1927
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2028
</properties>
2129
<licenses>
@@ -49,10 +57,16 @@
4957
<dependencies>
5058
<dependency>
5159
<groupId>io.jenkins.tools.bom</groupId>
52-
<artifactId>bom-2.387.x</artifactId>
53-
<version>2543.vfb_1a_5fb_9496d</version>
54-
<scope>import</scope>
60+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
61+
<version>3358.vea_fa_1f41504d</version>
5562
<type>pom</type>
63+
<scope>import</scope>
64+
</dependency>
65+
<!-- TODO JENKINS-73339 until in parent POM, work around https://github.com/jenkinsci/plugin-pom/issues/936 -->
66+
<dependency>
67+
<groupId>jakarta.servlet</groupId>
68+
<artifactId>jakarta.servlet-api</artifactId>
69+
<version>5.0.0</version>
5670
</dependency>
5771
</dependencies>
5872
</dependencyManagement>

0 commit comments

Comments
 (0)