Re: Jenkins Windows Slave

2016-12-07 Thread Ben Parees
I suspect the router isn't working with the JNLP connection since it's not an http protocol, you may need to expose your jenkins master via an external ip, or a nodeport, in order to make it possible for slaves to connect to it.

Jenkins Windows Slave

2016-12-07 Thread Lionel Orellana
Hi Is it possible to add an existing windows machine as a slave to a Jenkins master running on Openshift? I exposed the jnlp service with a route in Openshift and tried to use the tunnel option with 1) a Java Web Start slave, 2) running the slave client jar directly and 3) a Swarm slave. None of