Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2709 from oleg-nenashev/remoting/JENKINS-40886-en…
…able

[FIXED JENKINS-40886] - Enable the JNLP4 protocol by default
  • Loading branch information
daniel-beck committed Jan 12, 2017
2 parents ea98a23 + bc2aacc commit 0ecd909
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 0ecd909

Please sign in to comment.