Re: Cannot use Java web start on Mac OS slave

2014-10-28 Thread Simon Byrnand
Hi, When I say can't, what I mean is not allowed. Technically I could open an incoming port but its a business network so policy-wise I'm not allowed to. There are currently no restrictions for outgoing connections (at least to the jenkins master) except there is a transparent proxy on port 80.

Re: Cannot use Java web start on Mac OS slave

2014-10-27 Thread Richard Bywater
If you can't port-forward/open a hole in the firewall for SSH, I'd imagine you'd have problems with doing so with Java Webstart too as presumably the firewall would block that traffic too? Richard. On Tue, Oct 28, 2014 at 12:14 PM, Simon Byrnand wrote: > Hi, > > We have a Mac OS slave which is

Cannot use Java web start on Mac OS slave

2014-10-27 Thread Simon Byrnand
Hi, We have a Mac OS slave which is working fine with Jenkins using ssh, however we have another Mac that is behind a firewall which we can't port forward to, so I want to use the Java webstart method to start the slave as a daemon at boot time. At the moment I'm just testing it from a local t