Re: Jenkins Docker 0.9beta plugin. How to stop Jenkins Slave from Cloning the Git repos each time- How to re-use workspace?

2015-04-24 Thread krishna kunapuli
ny known > artifacts within it. Then the build will only be fetching the diffs. > > > On Fri, Apr 24, 2015 at 4:18 PM, krishna kunapuli > wrote: > >> Hi, >> I was able to setup Jenkins running in a docker container and configure >> plug-in to kick off build

Jenkins Docker 0.9beta plugin. How to stop Jenkins Slave from Cloning the Git repos each time- How to re-use workspace?

2015-04-24 Thread krishna kunapuli
Hi, I was able to setup Jenkins running in a docker container and configure plug-in to kick off builds on slaves. How ever, each time a job is run jenkins slave container is trying to clone the entire git repository, downloading all the artifacts for the project. In my case it take 15minutes.