Do you run that Jenkins on a Virtual machine ?
-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]]
Im Auftrag von Vojtech Juranek
Gesendet: Montag, 19. März 2012 10:18
An: [email protected]
Cc: Vladimir Zak
Betreff: Re: Jenkins - getting slower and slower
> I have there more than a half year old builds. When I set 30 days then
> I would like to ask you if the older builds are deleted when jenkins
> is starting or when the same job is building?
the builds are deleted after next build is run and finished. If you want to
delete them without running new builds, go to script page
($JENKINS_URL/script) and run
jenkins.model.Jenkins.instance.items.each { it.logRotate() }