Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java
src/main/resources/hudson/os/windows/configsamples/jenkins-slave.xml
src/test/java/hudson/os/windows/ManagedWindowsServiceLauncherTest.java
http://jenkins-ci.org/commit/windows-slaves-plugin/0872fc38409a7efe05f239650e944aef4e174456
Log:
JENKINS-42746 - Make the plugin independent from the XML sample in the core
In Jenkins 2.50 we have got JENKINS-42724, which has been caused by the usage of the old resource file located within the Jenkins core.
It is likely a leftover from the migration of the windows-slaves-installer module.
Since the Windows Slaves plugin has its internal macro resolution logic, the sample should be also inside plugin. A longer-term fix is to make the plugin depent on the Windows Agent Installer module
Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java
src/main/resources/hudson/os/windows/configsamples/jenkins-slave.xml
src/test/java/hudson/os/windows/ManagedWindowsServiceLauncherTest.java
http://jenkins-ci.org/commit/windows-slaves-plugin/0872fc38409a7efe05f239650e944aef4e174456
Log:
JENKINS-42746- Make the plugin independent from the XML sample in the coreIn Jenkins 2.50 we have got
JENKINS-42724, which has been caused by the usage of the old resource file located within the Jenkins core.It is likely a leftover from the migration of the windows-slaves-installer module.
Since the Windows Slaves plugin has its internal macro resolution logic, the sample should be also inside plugin. A longer-term fix is to make the plugin depent on the Windows Agent Installer module