-
Bug
-
Resolution: Fixed
-
Major
Placeholder bug for https://github.com/jenkinsci/jenkins/pull/1965
(Dec 2015) If you have two or more builds with the same name in
different folders they end up with the same RSS id, which breaks feed
readers.
For example folderA/a and folderB/a would both have the following in the
RSS
- duplicates
-
JENKINS-32232 RSS entry IDs are not unique for nested items (folders, multibranch projects, etc)
-
- Closed
-
Code changed in jenkins
User: Carlos Rendon
Path:
core/src/main/java/hudson/model/Run.java
http://jenkins-ci.org/commit/jenkins/d8076e9654a4be6cd0792ea954363b209c44313b
Log:
Fix RSS id for builds in folders (#1965)
JENKINS-34767- Prevent RSS ID collisions for items with same name in different folders