|
This page last changed on Mar 21, 2009 by csut017.
This publisher generates an RSS file reporting the latest results for a Project.
The RSS feed is available via the Dasboard in the Project Report. There needs to be 1 build done with this publisher for the icon to show up.
Minimal Configuration
<publishers>
<rss/>
</publishers>
This is available from build 1.3.0.3011 onwards.
Full Configuration
<publishers>
<rss items="30"/>
</publishers>
Configuration Elements:
| Node |
Description |
Type |
Required |
Default |
| Items |
The number of items to allow in the feed (this element is available in version 1.4.4 or later.) |
int |
false |
20 |
|