[ 
https://issues.jenkins-ci.org/browse/JENKINS-13554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161957#comment-161957
 ] 

stibbons commented on JENKINS-13554:
------------------------------------

Here are information about install:

Jenkins 1.460

Name    Version Enabled Pinned
javadoc 1.0     true    false
ant     1.1     true    false
token-macro     1.5.1   true    false
maven-plugin    1.460   true    true
cvs     2.3     true    true
doclinks        0.5     true    false
dashboard-view  2.2     true    false
analysis-core   1.39    true    false
tasks   4.28    true    false
warnings        4.0     true    false
ci-game 1.18    true    false
subversion      1.39    true    true
viewVC  1.5     true    false
jquery  1.0.2   true    false
URLSCM  1.6     true    false
project-stats-plugin    0.3     true    false
slave-status    1.6     true    false
mercurial       1.38    true    false
klaros-testmanagement   1.4     true    false
build-timeout   1.8     true    false
ssh     1.3     true    false
description-setter      1.8     true    false
scm-sync-configuration  0.0.4   true    false
cccc    0.6     true    false
scis-ad 1.2     true    false
htmlpublisher   0.7     true    false
build-pipeline-plugin   1.2.3   false   false
saferestart     0.2     true    false
progress-bar-column-plugin      1.0     true    false
depgraph-view   0.2     true    false
svn-tag 1.16    true    false
validating-string-parameter     2.2     true    false
xfpanel 1.0.11  true    false
sidebar-link    1.6     true    false
exclusive-execution     0.7     true    false
cvs-tag 1.7     true    false
promoted-builds 2.5     true    false
release 2.2     true    false
xvnc    1.10    true    false
statusmonitor   1.3     false   false
svn-release-mgr 1.2     true    false
measurement-plots       0.1     true    false
timestamper     1.2.2   true    false
jquery-ui       1.0.2   true    false
filesystem_scm  1.20    true    false
screenshot      1.1     true    false
jobtype-column  1.2     true    false
keepSlaveOffline        1.0     true    false
show-build-parameters   1.0     true    false
tmpcleaner      1.1     true    false
nested-view     1.8     true    false
copyartifact    1.22    true    false
promoted-builds-simple  1.9     true    false
cmakebuilder    1.9     true    false
emotional-jenkins-plugin        1.1     true    false
versionnumber   1.4.1   true    false
vmware  0.8     true    false
tracking-svn    1.1     true    false
girls   1.0.0   false   false
lastsuccessversioncolumn        1.1     true    false
description-column-plugin       1.3     true    false
backup  1.6.1   true    false
plot    1.5     true    false
scp     1.8     true    false
systemloadaverage-monitor       1.2     true    false
copy-to-slave   1.4     true    false
postbuild-task  1.8     true    false
sectioned-view  1.16    true    false
hudson-wsclean-plugin   1.0.4   true    false
locale  1.2     true    false
favorite        1.6     true    false
terminal        1.3     true    false
radiatorviewplugin      1.13    false   false
emotional-hudson        1.3     false   false
copyarchiver    0.5.1   true    false
role-strategy   1.1.2   true    false
parameterized-trigger   2.13    true    false
email-ext       2.20    true    false
git     1.1.17  true    false
all-changes     1.3     true    false
ftppublisher    1.2     true    false
svnpublisher    0.1     true    false
template-project        1.3     true    false
built-on-column 1.1     true    false
matrixtieparent 1.1     true    false
greenballs      1.11    true    false
sloccount       1.6     true    false
dropdown-viewstabbar-plugin     1.4     true    false
xunit   1.43    true    false
cppunit 1.10    true    false
next-executions 1.0.4   true    false
doxygen 0.10    true    false
rebuild 1.10    true    false
disk-usage      0.16    true    false
virtualbox      0.4.6   true    false
jobConfigHistory        1.13    true    false
extra-columns   1.3     true    false
clone-workspace-scm     0.4     true    false
ssh-slaves      0.21    true    true
multiple-scms   0.2     true    false
groovy-postbuild        1.6     true    false
ui-samples-plugin       1.460   false   false
jenkinswalldisplay      0.6.9   true    false
run-condition   0.8     true    false
cppcheck        1.7     true    false
scripttrigger   0.16    true    false
downstream-ext  1.7     true    false
join    1.14    true    false
ws-cleanup      0.8     true    false
groovy  1.12    true    false
downstream-buildview    1.7     true    false
job-exporter    0.4     true    false
cobertura       1.3     true    false
testlink        3.1.2   true    false
analysis-collector      1.25    true    false
monitoring      1.36.0  true    false
conditional-buildstep   1.0     true    false
testng-plugin   0.32    true    false
thinBackup      1.5     true    false
batch-task      1.15    true    false
ansicolor       0.2.1   true    false
translation     1.9     true    true
trac    1.13    true    false
view-job-filters
                
> Re: Matrix jobs does not automatically remove old artifacts for configurations
> ------------------------------------------------------------------------------
>
>                 Key: JENKINS-13554
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13554
>             Project: Jenkins
>          Issue Type: Bug
>          Components: matrix
>    Affects Versions: current
>            Reporter: stibbons
>            Assignee: vjuranek
>            Priority: Critical
>
> Hello
> I'm reporting an important issue on Jenkins with matrix build. The 'Discard 
> Old Builds' setting doesn't remove builds in configuration, leading to 
> increase disk usage without limit.
> Here is the behavior :
> - the master job is correctly cleaned, for instance, after a month if 
> configured so, the artifacts are dropped and the build are correctly deleted
> - however this is not the case for the configuration builds, if i go into the 
> page of one I can see a very long list of builds not having been deleted (so 
> this is not synchronized with the 'master'). 
> The files in
>   ~/jenkins/jobs/MyJobName/configurations/axis-FOO/foo/axis-BAR/bar/builds
> are no deleted while
>   ~/jenkins/jobs/MyJobName/builds/
> are correctly deleted.
> Also, disk usage is not correctly computed in the disk usage space : the size 
> of the configuration are not taken in account.
> This leads on my build machine a complete saturation of the disks after 1 
> week of work. I think this is a very critical issue.
> Thanks,
> Gaetan

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to