Re: JNLP agent and proxy

2020-01-29 Thread James Nord
if you can access the server bypassing the reverse proxy (recommended) you need to configure Jenkins to advertise it's address https://wiki.jenkins.io/plugins/servlet/mobile?contentId=38929503#content/view/38929503 hudson.TcpSlaveAgentListener.hostName -- You received this message because you

Re: JNLP agent and proxy

2020-01-23 Thread Simon Richter
Hi, On Thu, Jan 23, 2020 at 11:23:22AM -0700, Jeff Thompson wrote: > If you click that, one option that becomes visible is "Tunnel > connection through". This *might* work for you. Read the inline help > and try it to see if it meets your needs. Perfect, that seems exactly like what I need. I'll

Re: JNLP agent and proxy

2020-01-23 Thread Jeff Thompson
On the agent (node) configuration page when configuring to "Launch agent by connecting it to the master" there is an Advanced button. If you click that, one option that becomes visible is "Tunnel connection through". This *might* work for you. Read the inline help and try it to see if it meets

JNLP agent and proxy

2020-01-23 Thread Simon Richter
Hi, I'd expect this to be somewhat obvious, but it doesn't seem to be: I have a JNLP agent on a Windows VM that should talk to the Jenkins master on another VM in the same network. The Jenkins master has a standard nginx proxy before it to allow external requests to come in. The agent now connect