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
> JENKINS_TUNNEL=your_node_ip:you
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
wrote:
> Hello,
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 definitio