Looks like Old data monitor is disabled in your instance. You can verify it by
running following command in groovy console:
jenkins.model.Jenkins.instance.getAdministrativeMonitor("OldData").isEnabled()
If the result is false, enable it - e.g. by deleting appropriate section
config.xml and restarting Jenkins
On Monday 10 September 2012 15:23:59 Marcelo Brunken wrote:
> Hello all,
>
> I am having some trouble with our jenkins server, it takes too long to load
> and throw too much exceptions on initialize.
> I was looking on google and some results say about a clean up procedure
> that delete those old xml files, but this button is missing on our Jenkins.
>
> There is a nice way to clean up those plugin files?