some build result history missing
We are having difficulty seeing some history of build results. In the Eclipse interface we right-click on the build definition and select "show build results". We get complete history going back to August 25 2013, and then spotty history before that with possibly hundreds of older build results missing.
Any idea what would cause this?
I also tried tracking this down via the REST API:
https://rtc.go2uti.com:9443/jazz/rpt/repository/build?fields=build/buildResult[buildDefinition/itemId="_UWlG4EX6EeGimJN19yM6Ag"]/(itemId|label|buildStatus|buildState|startTime|personalBuild|modified|buildDefinition/(itemId|id))&size=1200&pos=0
This did not produce the missing build results (currently 1110, should be at least twice that).
We have had two upgrades since these builds started - from 2.0.0.8 to 4.0.1 to 4.0.4 - but upgrade dates do not coincide with anomalies.
Any idea what would cause this?
I also tried tracking this down via the REST API:
https://rtc.go2uti.com:9443/jazz/rpt/repository/build?fields=build/buildResult[buildDefinition/itemId="_UWlG4EX6EeGimJN19yM6Ag"]/(itemId|label|buildStatus|buildState|startTime|personalBuild|modified|buildDefinition/(itemId|id))&size=1200&pos=0
This did not produce the missing build results (currently 1110, should be at least twice that).
We have had two upgrades since these builds started - from 2.0.0.8 to 4.0.1 to 4.0.4 - but upgrade dates do not coincide with anomalies.
Comments
Lily Wang
Jan 09 '14, 11:17 p.m.Hi Mike,
RTC has a build result prune task. Please check the build definition's overview tab if the Pruning Policy setting is enabled.
Mike Shkolnik
Jan 10 '14, 12:44 p.m.I can't believe none of us noticed that. :-) Thanks much.