【发布时间】:2014-08-27 14:08:35
【问题描述】:
我想要 jenkins 当前提供的 rss 提要中的额外字段。
我需要将构建时间字段添加到 rss 提要中。有插件还是没有插件也可以?
目前的条目是这样的。
<entry>
<title>trunk-build #66 (stable)</title>
<link type="text/html" href="xyz/66532/" rel="alternate"/>
<published>2014-08-27T10:14:31Z</published>
<updated>2014-08-27T10:14:31Z</updated>
<content>trunk.ci.1143</content>
</entry>
我想将构建的持续时间<duration>15</duration> 添加到此条目。
【问题讨论】:
-
目前无法在 Jenkins 核心中的任何插件中向提要添加字段。但是有一个ancient bug report。
标签: jenkins rss jenkins-plugins