You need to either set it in the Global Tool Confoguration, at the system 
level https://<jenkins URL>/configureTools/, or in the Tool Location at the 
node level https://<jenkins URL>/computer/BrinkBLD01/configure

On Friday, September 1, 2017 at 6:40:32 PM UTC-4, Peter Teichner wrote:
>
> I've got a quick question: when using declarative pipeline with the agent 
> specified as a docker image how does the pipeline determine where the 
> docker executable is? Is there a way to set a remote docker over TCP?
>
> agent {
>     docker {
>         image 'maven:3-alpine'
>         label 'my-defined-label'
>         args  '-v /tmp:/tmp'
>     }
> }
>
> I use CoreOS for all the Docker related stuff and I haven't got Docker 
> running on the Jenkins master.
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/fb484153-cfd4-4ecf-bde8-e2fa4b1a08b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to