discarding workspace.zip

3 messages Options
Embed this post
Permalink
szczepiq

discarding workspace.zip

Reply Threaded More More options
Print post
Permalink
Hi guys,

I've noticed Hudson keeps workspace.zip in the 'builds' folder. It
seems useful for debugging builds but it consumes lots of disk space.
I know that there is a job configuration to discard old jobs. What I
really want is to keep old builds (for reference, trending, historical
data) but discard the workspace.zip. Just wanted to say that IMHO it
would be a useful feature.

Thanks!
Szczepan

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Kohsuke Kawaguchi

Re: discarding workspace.zip

Reply Threaded More More options
Print post
Permalink
szczepiq wrote:
> Hi guys,
>
> I've noticed Hudson keeps workspace.zip in the 'builds' folder. It
> seems useful for debugging builds but it consumes lots of disk space.
> I know that there is a job configuration to discard old jobs. What I
> really want is to keep old builds (for reference, trending, historical
> data) but discard the workspace.zip. Just wanted to say that IMHO it
> would be a useful feature.

Which VCS do you use? The only one I know of that does it is CVS, and it
only keeps CVS control files, so the zip file size should be fairly small.

Perhaps I should do .tgz compression for better compression ratio in
this case.

--
Kohsuke Kawaguchi
Sun Microsystems                   http://weblogs.java.net/blog/kohsuke/


smime.p7s (4K) Download Attachment
szczepiq

Re: discarding workspace.zip

Reply Threaded More More options
Print post
Permalink
> Which VCS do you use? The only one I know of that does it is CVS, and it
> only keeps CVS control files, so the zip file size should be fairly small.

You're right. I didn't look too deep inside the zip. In that case I
don't care about the size too much.

Thanks for info!
Szczepan

On Mon, Nov 2, 2009 at 8:30 PM, Kohsuke Kawaguchi
<[hidden email]> wrote:

> szczepiq wrote:
>> Hi guys,
>>
>> I've noticed Hudson keeps workspace.zip in the 'builds' folder. It
>> seems useful for debugging builds but it consumes lots of disk space.
>> I know that there is a job configuration to discard old jobs. What I
>> really want is to keep old builds (for reference, trending, historical
>> data) but discard the workspace.zip. Just wanted to say that IMHO it
>> would be a useful feature.
>
> Which VCS do you use? The only one I know of that does it is CVS, and it
> only keeps CVS control files, so the zip file size should be fairly small.
>
> Perhaps I should do .tgz compression for better compression ratio in
> this case.
>
> --
> Kohsuke Kawaguchi
> Sun Microsystems                   http://weblogs.java.net/blog/kohsuke/
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]