wtorek, 4 kwietnia 2017

How to install Jenkins Slave Agent as a Windows Service


Here is an alternative way of installing Jenkins Slave Agent as a Windows Service provided you have previusly run Agent and installed in on c\jenkins.

c:\jenkins>sc.exe create "jenkins-slave" start= auto binPath= "c:\jenkins\jenkins-slave.exe" DisplayName= "Jenkins Slave"