Question

I have an Ivy job that recently after I updated Jenkins and all my plugins started creating new workspaces each time the job builds. Anyone know why? The new build folders names match 'Execute concurrent builds if necessary', which isn't choosen.

Thanks

Was it helpful?

Solution

I found your post while trying to find an answer to this problem for myself. This seems to be a bug in jenkins version 1.540. I rolled back to the LTS version [1.532.1], and its no longer creating multiple workspaces for ivy jobs.

OTHER TIPS

We had to use the ivy feature "Use custom workspace" and just put a path to where the normal workspace is. I heard of people talking about the issue (would need to hunt to find it). Hopefully it get patched.

I was able to update Jenkins (and Ivy plugin) to the latest version (1.564). I believe the cause was this issue:

IVY plugin issue 14

Which concerns not releasing workspace locks and most likely caused new work-spaces to be created. Just update Jenkins, and from Jenkins update the Ivy plugin as the fix is already in plugin version 1.24.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top