|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I encountered the same problem with my master jenkins server (version 1565) installed on Debian machine and slaves installed on Windows 7 machines.
When the slaves disconnects and reconnects, jenkins master does not detect the reconnection of slavs.
I followed the proposed solution of adding to JAVA_ARGS variable in the / etc / default / jenkins:
-Djenkins.slaves.NioChannelSelector.disabled=true
This has solved the problem but since this is a workaround, is there a permanent solution?