I had to make some changes to the arguments section of my slave-config.xml:
<arguments>-server -Xms1024m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+UseG1GC -XX:+AggressiveOpts -jar "%BASE%\slave.jar" -jnlpUrl http://jenkins/computer/Win2k3Server-heqdeviaunv02-32bit/slave-agent.jnlp -classpath "%BASE%\lib\commons-codec-1.5.jar" -jnlpCredentials username:password</arguments> the classpath update was something I had to download separately and the slave wouldn't start without it. The jnlpCredentials should be anything that can authenticate against your active directory and has permissions on the server. I'd suggest a service/faceless account of some sort. Hope this helps! Bill On Monday, May 13, 2013 8:29:06 AM UTC-6, Costin Caraivan wrote: > > Hello, > > After configuring security for the master Jenkins only offers the headless > command as an options. This means that the window which offers the service > installation menu is not available. > > How can the Windows service be installed in this setup? > (jenkins-service.exe --install, copied from another slave? - sounds like a > hack if that's the only option :( ). > > Thank you, > _____________ > Costin Caraivan > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
