Does having "Cancelled & Abandoned" builds affects performance of RTC?
Accepted answer
No, for performance, except what needs to be shown in a UI needs time, dependent on the amount you have.
You probably want to configure the Pruning Policy on the overview tab of your Build Definition in Eclipse.
Comments
Thanks Ralph. In that case custom scripting is the only option to delete these build results right?
No, it is not. As I wrote, configure build pruning.
Open your Build Definition, go to the overview tab of your Build Definition, Configure the Pruning Policy how many results to keep.
It is possible to use custom API based mechanisms as well. See https://rsjazz.wordpress.com/2015/10/28/build-artifacts-publishing-and-automated-build-output-management-using-the-plain-java-client-libraries/
1 vote