RE: Trouble running JNLP slave as a service in Windows 10

2017-10-04 Thread David Aldrich
On Behalf Of Slide Sent: 04 October 2017 14:12 To: jenkinsci-users@googlegroups.com Subject: Re: Trouble running JNLP slave as a service in Windows 10 That page is for DCOM agents, not JNLP agents. The easiest method to do this is to open an administrator console and then run the command you spe

Re: Trouble running JNLP slave as a service in Windows 10

2017-10-04 Thread Slide
That page is for DCOM agents, not JNLP agents. The easiest method to do this is to open an administrator console and then run the command you specified in your original email: java -jar slave.jar -jnlpUrl http:///computer//slave-agent.jnlp -secret Does that not show the "Install as a Service"

Re: Trouble running JNLP slave as a service in Windows 10

2017-10-04 Thread Khomyuk Viktor
Hi. Install slave as service is not easy :) Look at the https://wiki.jenkins.io/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM? Start with "Enable Remote Registry Access". One error will be replaced by another, but after some time you will achieve your goal.