Just now jumping into playing with Jenkinsfile + Docker and am finding 
myself having to put withDockerServer([credentialsId: '...', uri: 
'tcp://...:2376'])  around all of my pipelines to point my slave node at my 
Docker host.

Is there a good way to set up DOCKER_HOST and credentials on a slave so 
that all jobs run there will use it?  My host is tls verified so the ca, 
cert and key need to be used and I'd like to continue to use the 
credentialsId method that withDockerServer() does if possible.

... and to add a wrinkle to this, I'm using Docker container based slaves 
(using an image I built 
here: https://hub.docker.com/r/ericsmalling/jenkins-slave-docker/ )

Thanks for any advice.

-Eric S

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/965e4598-d30c-412e-946f-3fb5e47c49e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to