Does having "Cancelled & Abandoned" builds affects performance of RTC?
We have lots of "Cancelled or Abandoned" builds in our system due to various reasons.
Question is does this affect performance of RTC? I can see that the "Show build results" is slow when there are more. Are there any "Easy" mechanisms to periodically delete them? |
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Nov 16 '16, 3:30 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Nov 16 '16, 3:31 a.m.
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.
Karthik Krishnan selected this answer as the correct answer
Comments
Karthik Krishnan
commented Nov 16 '16, 4:03 a.m.
Thanks Ralph. In that case custom scripting is the only option to delete these build results right?
1
Ralph Schoon
commented Nov 16 '16, 4:19 a.m.
| edited Nov 16 '16, 4:19 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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/
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.