JNLP Connections are deprecated in Jenkins what is the new recommended way connecting a windows slave to jenkins?
问题 As the Title already states JNLP Connections are Deprecated Jenkins also gives a Message and a Hyperlink to https://en.wikipedia.org/wiki/Java_Web_Start#Deprecation So whats now the recommended way attaching a Windows Slave to Jenkins, there seems to be no real good guide on https://jenkins.io covering that topic. 回答1: Open Source Alternative There is an open source replacement called OpenWebStart which is based on IcedTeaWeb. More information: Java Web Start is dead - long live OpenWebStart!