提交 b9b7f163 编写于 作者: D Daniel Beck

Merge pull request #1767 from petermarcoen/JENKINS-2327

[FIXED JENKINS-2327] Do not display 'No changes' if changelog calcula…
......@@ -31,7 +31,17 @@ THE SOFTWARE.
<st:include page="sidepanel.jelly" />
<l:main-panel>
<t:buildCaption>${%Changes}</t:buildCaption>
<st:include page="index.jelly" it="${it.changeSet}" />
<j:choose>
<j:when test="${it.hasChangeSetComputed()}">
<st:include page="index.jelly" it="${it.changeSet}" />
</j:when>
<j:when test="${it.building}">
${%Not yet determined}
</j:when>
<j:otherwise>
${%Failed to determine} (<a href="console">${%log}</a>)
</j:otherwise>
</j:choose>
</l:main-panel>
</l:layout>
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册