Jenkins builds

2017-05-19 Thread Greg Parker
I’m looking for a way to isolate builds from one another on our Jenkins server. What I would like to do is have a common .m2 folder for external dependencies. For my own artifacts I’d like to install/retrieve them to/from a separate local repository. I suspect that this capability does not

Re: Jenkins builds

2017-05-19 Thread Greg Parker
/repository /customer2-lib /build-lib /... That way I don’t have to pull down all the common stuff into a fresh .m2 for each build. > On May 19, 2017, at 5:36 PM, Karl Heinz Marbaise <khmarba...@gmx.de> wrote: > > Hi Greg, > > On 19/05/17 19:12, Greg Parker wrote: >