-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 1.654 and 1.655. Windows 7 64bit
I'm trying to install jenkins slave as service on win 10 and win 8.1 but on both of them I get the following error.
[JenkinsWorkDirectory]$ c:\JenkinsWorkDirectory\jenkins-slave.exe install
WMI.WmiException:AccessDenied
at WMI.WmiRoot.ClassHandler.Invoke(Object proxy, MethodInfo method, Object[] args)
at WMI.Win32ServicesProxy.Create(String, String, String, ServiceType, ErrorControl, StartMode, Boolean, String, String, String[])
at winsw.WrapperService.Run(String[]_args,ServiceDescriptor descriptor)
at winsw.WrapperService.Main(String[]args)
I launch the slave as java web start and when I try to install it from service it doesnt work.
Tried the same thing on windows 7 and it works without any issue there.