Re: Change HTTP Port of Windows Service Slave

2014-03-26 Thread Chris Stephens
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" > > *To: *jenkins...@googlegroups.com &

Change HTTP Port of Windows Service Slave

2014-03-26 Thread Chris Stephens
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.