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}

Difficult with concurrent builds

2015-04-02 Thread Roberto C . Sánchez
I have a project using Ivy which is built via Jenkins. I have two branches for this project (a stable branch and a current development branch, which is the master branch in Git). In Jenkins I have one build configured for each branch (I don't want to mix the build histories). I have a