-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Windows XP
In my jenkins.xml, the comment explains how to use hudson.exe but it should be jenkins.exe:
"Windows service definition for Hudson
To uninstall, run "hudson.exe stop" to stop the service, then "hudson.exe uninstall" to uninstall the service.
Both commands don't produce any output if the execution is successful."
Hudson should be replaced by Jenkins
hudson.exe should be replaced by jenkins.exe
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/windows-service/jenkins.xml
Code changed in jenkins
User: Seiji Sogabe
Path:
changelog.html
core/src/main/resources/windows-service/jenkins.xml
http://jenkins-ci.org/commit/jenkins/7540d09f449e5ecb486e4eb1cba8293a4bb36d37
Log:
[FIXED JENKINS-9470] fixed comment in jenkins.xml.