RE: Difficult with concurrent builds

2015-04-07 Thread Loren Kratzke
:48 AM To: ivy-user@ant.apache.org Subject: Re: Difficult with concurrent builds Here's how I fixed the ivy cache issue with Jenkins: In my ivysettings.xml: ivysettings property name=env.EXECUTOR_NUMBER value=0 override=false/ caches defaultCacheDir=${ivy.default.ivy.user.dir

Re: Difficult with concurrent builds

2015-04-07 Thread Qazwart
Here’s how I fixed the ivy cache issue with Jenkins: In my ivysettings.xml: ivysettings property name=env.EXECUTOR_NUMBER value=0 override=false/ caches defaultCacheDir=${ivy.default.ivy.user.dir}/cache-${env.EXECUTOR_NUMBER}