Re: Connecting static node within 'jenkins-kubernetes-plugin' dynamic environment.

2018-03-05 Thread YAN-HONG WANG
Hello Carlos, Thanks very much for your fast hint. I will try it. Hong Am Montag, 5. März 2018 11:41:52 UTC+1 schrieb Carlos Sanchez: > > yes, you can do that, using the tunnel parameter of the jnlp-slave jar > If you want to run an external agent on docker use >

Re: Connecting static node within 'jenkins-kubernetes-plugin' dynamic environment.

2018-03-05 Thread Carlos Sanchez
yes, you can do that, using the tunnel parameter of the jnlp-slave jar If you want to run an external agent on docker use JENKINS_TUNNEL=your_node_ip:your_node_port for instance https://github.com/jenkinsci/docker-jnlp-slave#running On Mon, Mar 5, 2018 at 11:34 AM, WANG, YAN-HONG

Connecting static node within 'jenkins-kubernetes-plugin' dynamic environment.

2018-03-05 Thread WANG, YAN-HONG
Hello, I use jenkins-kubernetes-plugin to run Jenkins in Kubernetes cluster. So far that works perfectly. All the nodes are automatically generated and destroyed in right moment of pipeline. But, is it possible to connect external *static node *within Jenkins of Kubernetes cluster ? By