提交 d8076e96 编写于 作者: C Carlos Rendon 提交者: Oleg Nenashev

Fix RSS id for builds in folders (#1965)

[JENKINS-34767] - Prevent RSS ID collisions for items with same name in different folders
上级 4bab3630
......@@ -2391,7 +2391,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
public String getEntryID(Run entry) {
return "tag:" + "hudson.dev.java.net,"
+ entry.getTimestamp().get(Calendar.YEAR) + ":"
+ entry.getParent().getName()+':'+entry.getId();
+ entry.getParent().getFullName()+':'+entry.getId();
}
public String getEntryDescription(Run entry) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册