Skip to content

Commit

Permalink
[FIXED JENKINS-40886] - Enable the JNLP4 protocol by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jan 8, 2017
1 parent dd99a82 commit bc2aacc
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -58,7 +58,8 @@
*
* <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 {
Expand Down Expand Up @@ -156,7 +157,7 @@ public void setHub(IOHubProvider hub) {
*/
@Override
public boolean isOptIn() {
return true;
return false;
}

/**
Expand Down

0 comments on commit bc2aacc

Please sign in to comment.