TeamCity 4.0 Help

RSS Feed

TeamCity enables you to obtain information about the finished builds, or about the builds with the changes of particular users, via RSS feed. You can configure RSS feed from the TeamCity Tools sidebar of My Settings and Tools, or from the Build Configuration Home Page. TeamCity produces a URL to the syndication feed on the base of the values, which you specify in the Feed URL Generator page.

Supported Additional URL parameters

In addition to the URL parameters available in the Feed URL Generator, the following parameters are supported:

Parameter Name

Description

itemsCount

number, limits the number of items to return in a feed. Defaults to 100.

sinceDate

negative number, specifies the number of minutes. Only builds finished within the specified number of minutes from the moment of feed request will be returned. Defaults to 5 days.

template

name of the custom template to use to render the feed. The file <TeamCity Data Directory>\config\<template_name>.ftl should be present on the server. See Notifier Templates Configuration on the file syntax.

Example

Get builds from the TeamCity server located at "http://teamcity.server:8111" address, from the build configuration with internal id "bt1", limit the builds to the those started with the last hour but no more then 200 items:

http://teamcity.server:8111/httpAuth/feed.html?buildTypeId=bt1&itemsType=builds&sinceDate=-60&itemsCount=200

Last modified: 20 April 2023