Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Jenkins core from 2.440.3 to 2.452.4 #69

Merged
merged 1 commit into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<properties>
<java.version>11</java.version>
<jenkins.version>2.440.3</jenkins.version>
<jenkins.version>2.452.4</jenkins.version>
</properties>

<name>Plugin Usage - Plugin</name>
Expand Down Expand Up @@ -92,8 +92,8 @@
</dependency>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.440.x</artifactId>
<version>3334.v18e2a_2f48356</version>
<artifactId>bom-2.452.x</artifactId>
<version>3387.v0f2773fa_3200</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

public class PluginUsageIT {

private static final String IMAGE = "jenkins/jenkins:2.440.3";
private static final String IMAGE = "jenkins/jenkins:2.452.4";

@Rule
public Timeout timeout = Timeout.builder().withTimeout(5, TimeUnit.MINUTES).build();
Expand All @@ -44,7 +44,7 @@ public class PluginUsageIT {
.withLogConsumer(frame -> System.out.println(frame.getUtf8StringWithoutLineEnding()))
.withExposedPorts(8080)
.waitingFor(Wait.forHttp("/"))
.withCopyFileToContainer(MountableFile.forClasspathResource("update-center.2.440.3.json"), "/tmp/update-center.json")
.withCopyFileToContainer(MountableFile.forClasspathResource("update-center.2.452.4.json"), "/tmp/update-center.json")
.withEnv("JAVA_OPTS",
"-Djenkins.install.runSetupWizard=false " +
"-Dhudson.security.csrf.GlobalCrumbIssuerConfiguration.DISABLE_CSRF_PROTECTION=true " +
Expand Down
3 changes: 3 additions & 0 deletions src/test/resources/update-center.2.452.4.json

Large diffs are not rendered by default.