-
Bug
-
Resolution: Cannot Reproduce
-
Critical
-
None
-
Windows 7 x64, jdk1.6.0_31, Jenkins v1.492, runs as windows service
builds which got marked as "Keep this build forever" are deleted by "Discard old builds" even though the build.xml contains <keepLog>true</keepLog>.
however, there are additionally some rather old builds and build folders which start with "." still available on the hard disk but those aren't visible in the UI. This leads to that there are 380 builds on disk but the discard option is limited to 360.
Once a "kept" build is at position 360 then it will be removed after the next build.
[JENKINS-16805] "Keep this build forever" build gets deleted by "Discard old builds"
Description |
Original:
builds which got marked as "Keep this build forever" get deleted by "Discard old builds" even though the folders get renamed from "xxx" to ".xxx". however there are additionally some rather old builds still available on the hard disk but those aren't visible in the UI. This leads to that there are 380 builds on disk but the discard option is limited to 360. Once a "kept" build is at position 360 then it will be removed after the next build. |
New:
builds which got marked as "Keep this build forever" are deleted by "Discard old builds" even though the folders get renamed from "xxx" to ".xxx". however there are additionally some rather old builds still available on the hard disk but those aren't visible in the UI. This leads to that there are 380 builds on disk but the discard option is limited to 360. Once a "kept" build is at position 360 then it will be removed after the next build. |
Summary | Original: "Keep this build forever" get deleted "Discard old builds" | New: "Keep this build forever" build gets deleted by "Discard old builds" |
Description |
Original:
builds which got marked as "Keep this build forever" are deleted by "Discard old builds" even though the folders get renamed from "xxx" to ".xxx". however there are additionally some rather old builds still available on the hard disk but those aren't visible in the UI. This leads to that there are 380 builds on disk but the discard option is limited to 360. Once a "kept" build is at position 360 then it will be removed after the next build. |
New:
builds which got marked as "Keep this build forever" are deleted by "Discard old builds" even though the build.xml contains <keepLog>true</keepLog>. however, there are additionally some rather old builds and build folders which start with "." still available on the hard disk but those aren't visible in the UI. This leads to that there are 380 builds on disk but the discard option is limited to 360. Once a "kept" build is at position 360 then it will be removed after the next build. |
Assignee | New: Kenneth Endfinger [ kaendfinger ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Resolution | New: Incomplete [ 4 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Is it reproduced with a recent Jenkins version?