提交 0ecd909d 编写于 作者: D Daniel Beck 提交者: GitHub

Merge pull request #2709 from oleg-nenashev/remoting/JENKINS-40886-enable

[FIXED JENKINS-40886] - Enable the JNLP4 protocol by default
......@@ -58,7 +58,8 @@ import org.jenkinsci.remoting.protocol.cert.PublicKeyMatchingX509ExtendedTrustMa
*
* <p>@see {@link org.jenkinsci.remoting.engine.JnlpProtocol4Handler} for more details.
*
* @since 2.27
* @since 2.27 available as the experimental protocol
* @since TODO enabled by default
*/
@Extension
public class JnlpSlaveAgentProtocol4 extends AgentProtocol {
......@@ -156,7 +157,7 @@ public class JnlpSlaveAgentProtocol4 extends AgentProtocol {
*/
@Override
public boolean isOptIn() {
return true;
return false;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册