You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sis.apache.org by Martin Desruisseaux <ma...@geomatys.fr> on 2013/05/06 13:27:46 UTC

Running "mvn clean" on Jenkins server after successful build

Hello all

The Jenkins build on the "solaris1" node is failing since a few days 
because out of disk space on that node. In order to gives Jenkins a 
chance, I'm tempted to add a "mvn clean" step after successful builds. 
On my local machine, disk usage after "mvn install site" is 158Mb, while 
only 66Mb after clean. This is only 42% on the former disk usage. If we 
verify that it doesn't impact the web site publication and the artifacts 
deployment, maybe we could suggest on builds@apache.org to encourage 
other Maven projects to do the same?

     Martin


Re: Running "mvn clean" on Jenkins server after successful build

Posted by Martin Desruisseaux <ma...@geomatys.fr>.
On this topic:
> The Jenkins build on the "solaris1" node is failing since a few days
> because out of disk space on that node. In order to gives Jenkins a
> chance, I'm tempted to add a "mvn clean" step after successful builds.

I had a look, but wasn't sure at which step the site is deployed (there 
is no explicit "mvn site:deploy" in the Jenkins configuration). 
Furthermore, discussion on the build mailing list with other projects 
having similar issue suggest that this is a problem with memory space 
rather than disk space. It seems to be an issue with the slave node 
itself, so I'm leaving the SIS Jenkins configuration "as is" for now...

     Martin


Re: Running "mvn clean" on Jenkins server after successful build

Posted by "Mattmann, Chris A (398J)" <ch...@jpl.nasa.gov>.
+1 great idea, Martin!

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: Martin Desruisseaux <ma...@geomatys.fr>
Organization: Geomatys
Reply-To: "dev@sis.apache.org" <de...@sis.apache.org>
Date: Monday, May 6, 2013 4:27 AM
To: Apache SIS <de...@sis.apache.org>
Subject: Running "mvn clean" on Jenkins server after successful build

>Hello all
>
>The Jenkins build on the "solaris1" node is failing since a few days
>because out of disk space on that node. In order to gives Jenkins a
>chance, I'm tempted to add a "mvn clean" step after successful builds.
>On my local machine, disk usage after "mvn install site" is 158Mb, while
>only 66Mb after clean. This is only 42% on the former disk usage. If we
>verify that it doesn't impact the web site publication and the artifacts
>deployment, maybe we could suggest on builds@apache.org to encourage
>other Maven projects to do the same?
>
>     Martin
>