Thank you KT. Apparently I was looking at the wrong XML file. I was looking at jenkins-slave.xml in our workspace, not the jenkins.xml in the install folder.
On Wednesday, 26 March 2014 15:43:24 UTC, KT wrote: > > Try adding this to the jenkins xml on the actual slave: > > -Dcom.sun.management.jmxremote.port=8082 (or whatever port number you need) > > Or under Configure global security you can use a fixed port for all slave > agents > > ------------------------------ > *From: *"Chris Stephens" <[email protected] <javascript:>> > *To: *[email protected] <javascript:> > *Sent: *Wednesday, March 26, 2014 10:40:12 AM > *Subject: *Change HTTP Port of Windows Service Slave > > We have a Jenkins slave already running as a Windows service. We need to > change the HTTP port of this slave because 8080 clashes with software we > are trying to test. > > I've looked at the jenkins-slave.xml and added the "--httpPort=$HTTP_PORT" > argument. I think slave.jar doesn't use this argument. > > Does anyone know how we change the HTTP port on a Windows service slave? > > Thanks! > > -- > 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] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > -- 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/d/optout.
