|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

logRotate() is called whenever a build is finished.
So it's not sufficient to just configure this value and expect old builds to get cleaned up immediately (which is how I interpret the issue – the script basically does for all jobs what individually is done after a build).
Adding a button to manually trigger cleanup or something like that is best handled by a plugin.
What could be done is improve the documentation to clarify that old builds are cleaned up only after a new build finishes.