提交 d531f75f 编写于 作者: O OHTAKE Tomohiro

[FIXED JENKINS-14451] Do not read junitResult.xml many times

上级 439c56a5
......@@ -98,8 +98,9 @@ THE SOFTWARE.
<td class="pane-header" style="width:1em; font-size:smaller; white-space:nowrap;">(${%diff})</td>
</tr>
<tbody>
<j:set var="prevAll" value="${it.previousResult}" />
<j:forEach var="p" items="${it.children}">
<j:set var="prev" value="${p.previousResult}" />
<j:set var="prev" value="${prevAll.findCorrespondingResult(p.id)}" />
<tr>
<td class="pane">
<a href="${p.safeName}/" class="model-link"><span style="${prev==null?'font-weight:bold':''}"><st:out value="${p.name}" /></span></a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册