-
Notifications
You must be signed in to change notification settings - Fork 12
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
Conversation
@@ -3,7 +3,7 @@ | |||
<parent> | |||
<groupId>org.jenkins-ci.plugins</groupId> | |||
<artifactId>plugin</artifactId> | |||
<version>4.66</version> | |||
<version>4.77</version> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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); |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.