Re: Change HTTP Port of Windows Service Slave

2014-03-26 Thread Chris Stephens
gt; *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. &g

Re: Change HTTP Port of Windows Service Slave

2014-03-26 Thread k . thieling
nsci-users@googlegroups.com 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

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.