Renaming job leaves old workspace around?

2016-06-11 Thread David Vree
I recently ran out of space on my Jenkins server and one of the culprits was my workspaces directory. It had many left over workspaces from jobs long ago that were renamed. Is this a known issue or did we do something wrong? I know about the workspace cleanup plugin, but it doesn't look as if

Re: Is there a way to make "discard old builds" happen right now?

2013-08-06 Thread David Vree
This worked for me except for one thing. In a multi-module Maven project the child modules still have all their builds on the filesystem, even though they are gone in the UI. On Friday, October 7, 2011 6:58:50 PM UTC-4, jdhein wrote: > > > > On Oct 7, 4:11 am, Christopher Orr wrote: > > On 06

Re: Best way to get have Jenkins use OpenJDK on Ubuntu 12.04 Server

2013-08-06 Thread David Vree
tick the JAVA_HOME for each version in on that page. > > Hope that helps point you in the right direction on that part... (and > hopefully I'm correct! :) ) > Richard. > > > On Wed, Aug 7, 2013 at 3:05 PM, David Vree > > wrote: > >> I have a Jenkins server

Best way to get have Jenkins use OpenJDK on Ubuntu 12.04 Server

2013-08-06 Thread David Vree
I have a Jenkins server that has been running well with various versions of the Sun Java 7 JDK for a while now, although I am not that familiar with Jenkins. However, my project would also like to officially support OpenJDK now. I'd like to install and configure jobs to use multiple specific v