-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Platform: All, OS: Linux
I want to keep a history of builds, but am not very interested in keeping the
maven built artifacts. Anything we want to keep should be a release, done
outside of hudson.
I use the following commands to delete the archive files, which get into GBs
very quickly, because we build a tar.gz of all dependencies, and we end of with
many copies of this.
cd hudson-data/jobs/
cd ProjectX
find modules -name archive -print0 | xargs -0 rm -rf
It would be good to have an option to not keep this archive or clear it after a
few days, but keep the builds.
- duplicates
-
JENKINS-4593 Make maven archiving optional
-
- Closed
-
[JENKINS-1135] Maven 2 Module Archive consumes a huge amount of space
Link |
New:
This issue depends on |
Link |
Original:
This issue depends on |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Code changed in hudson
User: kohsuke
Path:
/hudson/hudson/main/core/src/main/resources/lib/hudson/Action.java (1.11)
/hudson/hudson/main/core/src/main/java/hudson/actions.jelly (1.5)
/hudson/hudson/main/core/src/main/java/hudson/Functions.java (1.77)
Failed to compute FishEye link java.io.IOException: cvs output:
cvs rlog: cannot find module `hudson/hudson/main/core/src/main/resources/lib/hudson/Action.java' - ignored
Log:
fixed issue #1135 by handling absolute URLs