-
Bug
-
Resolution: Fixed
-
Minor
-
Since 2.58 the rss feed does not show the project names any more. So we get an rss feed in the following form:
[icon] #build_no status
[icon] #build_no status
This is not useful anymore, because we have a lot of projects. It should be:
[icon] projectA #build_no status
[icon] projectB #build_no status
Since 2.58 the rss feed does not show the project names any more. So we get an rss feed in the following form: [icon] #build_no status [icon] #build_no status This is not useful anymore, because we have a lot of projects. It should be: [icon] projectA #build_no status [icon] projectB #build_no status
Likely it has been caused by https://github.com/jenkinsci/jenkins/pull/2845