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

Avoid -jnlpUrl if running on a recent enough version of Remoting #670

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

basil
Copy link
Member

@basil basil commented Oct 25, 2023

When running on a recent enough version of Remoting, avoid -jnlpUrl in favor of the simpler non-deprecated semantics that avoid an unnecessary round-trip to the server.

Testing done

Ran mvn clean verify -Dtest=hudson.bugs.JnlpAccessWithSecuredHudsonTest,hudson.cli.OfflineNodeCommandTest,hudson.model.ProjectTest,hudson.node_monitors.ResponseTimeMonitorTest,hudson.slaves.AgentInboundUrlTest,hudson.slaves.JNLPLauncherRealTest,hudson.slaves.NodeParallelTest,jenkins.agents.JnlpProtocol4ProxyHandlerTest,jenkins.agents.WebSocketAgentsTest,jenkins.security.Security218Test,jenkins.slaves.restarter.JnlpSlaveRestarterInstallerTest with both code paths (old and new Remoting).

@basil basil added the internal label Oct 25, 2023
@basil basil merged commit 6053d71 into jenkinsci:master Oct 26, 2023
13 checks passed
@basil basil deleted the jnlpUrl branch October 26, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants