> On 31.05.2014, at 11:10, Yuriy Tymchuk <yuriy.tymc...@me.com> wrote:
> 
> Hi guys,
> 
> So I’m using this fancy metacello github urls, like: 
> github://<user>/<project>[:<branch>|<tag>|<SHA>][/<path>] and some of my 
> Jenkins matrix builds are randomly failing with:
> 
> Error: /tmp/github-UkoRenrakumaster.zip already exists
> 
> anyone has an idea how to solve this?

You have to delete that file first. Builds reuse the workspace and whatever you 
leave there will be there for the next build.
Try putting ‘rm -f /tmp/github*’ into your build configuration.

> 
> Uko


Reply via email to