Re: Jenkins and Ivy

2012-08-24 Thread Ales Nosek
Yes, I use the approach you mentioned, it works perfectly. The ivysettings.xml snippet: On Wed, Aug 22, 2012 at 8:12 PM, David Weintraub wrote: > > I was thinking somehow to include the Jenkins Executor Number to > eliminate this conflict. I might end up with multiple local > repositories, b

Re: Jenkins and Ivy

2012-08-23 Thread Frank Mundt
I'm using the Jenkins workspace to control the ivy cache folder. In the ivysettings.xml: Since the project name is part of the workspace, you will be ok. As to your other questions on the cachepath and cachefileset these are specific to each project build execution. You won't have any concur

Jenkins and Ivy

2012-08-22 Thread David Weintraub
We have a lot of Ant projects and in order to get the dependencies in order, I'm going to implement Ivy with Ant. After getting some basic configuration setups, I'm beginning to realize that there might be an issue with Jenkins doing multiple builds with various Ivy projects. For example, I thoug