-
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 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Component/s | New: maven-plugin [ 16033 ] | |
Component/s | Original: maven2 [ 15487 ] |
Workflow | Original: JNJira [ 131208 ] | New: JNJira + In-Review [ 200474 ] |