AUTO: Carsten Pfeiffer ist außer Haus (returning 13.04.2015)

2015-04-07 Thread Carsten . Pfeiffer
I am out of the office until 13.04.2015. In dringenden Fällen, kontaktieren Sie bitte ErwinpunktTrataratgebitpunktde oder TompunktKraussatgebitpunktde. Note: This is an automated response to your message AW: Difficult with concurrent builds sent on 07.04.2015 09:53:08. This is the only

RE: Difficult with concurrent builds

2015-04-07 Thread Loren Kratzke
Your comment about Ivy not always delivering the latest artifact caught my attention. That in combination with perceived cache issues makes me just shake my head. Deleting cache directories is only treating the symptoms. When you think about it, what is the point of a cache if you delete it?

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}