How to list all Build Results for a Build Engine
We are still on RTC v2.0.0.2 and we are not able to list all build results for a build engine. This feature was added since v3.0.1, so we can view only the current build activity for a build engine.
Early we used the build feeds to obtain this list, but now that the "well know" (see Defect 262372) exception "ORA-01795: maximum number of expressions in a list is 1000" is throwned, we cannot got this list anymore. :(
Any advice?
Thanks in advance.
One answer
You could try to use the API. Not sure if that will help. Here is a reference: https://jazz.net/wiki/bin/view/Main/BuildJavaProgrammingExamples in work items there is a trick to get more data than the server limit. Maybe that is available there too. See https://rsjazz.wordpress.com/2012/10/29/using-work-item-queris-for-automation/ or https://rsjazz.wordpress.com/2012/11/19/using-expressions-for-automation/ for the result limit.