Hi guys,
Recent builds used to display proper sorted information with most
recent build link at the top of the list.
Recently we added an <artifactcleanup CleanUpMethod="KeepLastXBuilds"
cleanUpValue="100" /> to each project in the server config file. Ever
since then the Recent Builds list has become unsorted in no particular
order.
Any ideas why this happened? Are there any steps / commands to sort
the list again? Really cannot understand why that would affect the
order of the logs...
Before the change
..........................
<publishers>
<merge>
....
</merge>
<xmllogger logDir="SomeLogDirectory" />
<statistics />
</publishers>
......................
After the change
........................
<publishers>
<merge>
....
</merge>
<xmllogger logDir="SomeLogDirectory" />
<artifactcleanup CleanUpMethod="KeepLastXBuilds" cleanUpValue="100" /
>
<statistics />
</publishers>
..........................
Any ideas?
Thank you in advance!
Kind Regards,
Alex R.