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

Updates and fixing deprecations #183

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Updates and fixing deprecations #183

merged 1 commit into from
Jan 30, 2024

Conversation

jglick
Copy link
Member

@jglick jglick commented Jan 30, 2024

No description provided.

@jglick jglick requested a review from a team as a code owner January 30, 2024 20:23
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.66</version>
<version>4.77</version>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

superseding #182

@@ -74,8 +79,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>1836.vfe602c266c05</version>
<artifactId>bom-2.440.x</artifactId>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

superseding #176

@@ -56,6 +56,11 @@
<artifactId>configuration-as-code</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>instance-identity</artifactId>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -206,9 +206,7 @@ private static final class MockInboundLauncher extends JNLPLauncher {

private transient Process proc;

MockInboundLauncher() {
super(false);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -223,7 +221,8 @@ private static final class MockInboundLauncher extends JNLPLauncher {
}
proc = new ProcessBuilder(
"java", "-jar", agentJar.getAbsolutePath(),
"-jnlpUrl", JenkinsLocationConfiguration.get().getUrl() + computer.getUrl() + "jenkins-agent.jnlp",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jglick jglick enabled auto-merge January 30, 2024 20:25
@jglick jglick merged commit d1cc552 into jenkinsci:master Jan 30, 2024
14 checks passed
@jglick jglick deleted the bumps branch January 30, 2024 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant