Rss feed settings
Hi,
I'm requesting an RSS feed of successful builds like this:
http://<servername>/guestAuth/feed.html?buildTypeId=bt134&itemsType=builds&buildStatus=successful&userKey=guest
But this appears to be limited in range to a recent date. The results contain this text:
Successful builds of [X] build configuration(s) of TeamCity server at http://<server>. (no more then 100 items, only for items since 24-Apr-2010) 2010-04-29T09:53:55Z TeamCity server 2010-04-29T09:53:55Z
Does anyone know how to request results from a date further in the past? How is this date range arrived at?
Thanks,
Jamie.
Please sign in to leave a comment.
Jamie,
Just in case the issue is still actual, the items returned are limited by 100 and 5 recent days. However you can tweak this numbers in the URL.
The full information can be found in the documentaiton page: http://confluence.jetbrains.net/display/TCD5/RSS+Feed
Perfect - thanks.