Re: [solved] Re: Docker cloud plugin and pipeline using docker

2018-02-27 Thread Christian Gagneraud
On 27 February 2018 at 04:55, nicolas de loof wrote: > For a dockerized agent to be able to run docker pipeline, it has to use a > volume for workspace directory so this one can be shared with other > containers it creates. > Your docker agent template should be configured to use "/home/jenkins/ag

Re: [solved] Re: Docker cloud plugin and pipeline using docker

2018-02-26 Thread nicolas de loof
For a dockerized agent to be able to run docker pipeline, it has to use a volume for workspace directory so this one can be shared with other containers it creates. Your docker agent template should be configured to use "/home/jenkins/agent" as agent root directory, as this one is a volume and as s

[solved] Re: Docker cloud plugin and pipeline using docker

2018-02-25 Thread Christian Gagneraud
On 26 February 2018 at 15:29, Christian Gagneraud wrote: > On 26 February 2018 at 03:10, nicolas de loof > wrote: >> docker support in declarative pipeline relies on docker-workfow plugin, >> which require the jenkins slave to have access to a LOCAL docker daemon, >> which means the docker agent