Re: Docker plugin. How to manage concurrent builds/volumes

2017-11-04 Thread nicolas de loof
2017-11-02 22:55 GMT+01:00 Ryan Hochstetler : > Kris, > > I tried to travel down the same road, mounting a volume with the workspace > directory into the slave containers as well as the master in order to > expose the workspace contents post-build. The *jenkins way* to provide > developer-visibil

Re: Docker plugin. How to manage concurrent builds/volumes

2017-11-02 Thread Ryan Hochstetler
Kris, I tried to travel down the same road, mounting a volume with the workspace directory into the slave containers as well as the master in order to expose the workspace contents post-build. The *jenkins way* to provide developer-visibility into workspace contents seems to be committing the

Re: Docker plugin. How to manage concurrent builds/volumes

2015-12-08 Thread Nigel Magnay
> >- *Issue* - the container is left behind...is there anyway to automate >removal of the containers from within Jenkins? > > > It shou​ld be removed when the jenkins build itself is removed. > The next issues I have are: > >- How to mount the workspace into the container. > -

Docker plugin. How to manage concurrent builds/volumes

2015-12-08 Thread Kris Massey
Hi All, I'm new to Docker, so thought I'd attempt to setup Jenkins with slaves that are Docker containers. The software we build used gradle as the build tool, and I've git a few issues. Below is a overview of where I am, however I'm struggling to progress to the next stage Current Situation: