-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Now, each view (ant the main job page) has two RSS-links, "for all" and "for
failures". They work nicely. Could I please have two more: "latest for all" and
"latest for failures".
I would like to monitor the state of my jobs using RSS. So my main focus is the
state of the jobs as they are now, not if the jobs have had failures in the past.
- "latest for all" should contain exactly one entry for each job in the view.
- "latest for failures" should contain no entries if the latest build was ok for
all jobs in the view.
Code changed in hudson
User: : kohsuke
Path:
trunk/hudson/main/core/src/main/java/hudson/model/Run.java
trunk/hudson/main/core/src/main/java/hudson/model/View.java
trunk/hudson/main/core/src/main/resources/lib/hudson/rssBar.jelly
trunk/www/changelog.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=11363
Log:
[FIXED JENKINS-1569]
Added a new RSS feed type that just shows the last builds.
This techniques uses the unique ID tied to a project and keep updating the same entry by the last build.