Navigation Menu

Skip to content

Commit

Permalink
[FIXED JENKINS-13217] Build Status page continues to show flashing "b…
Browse files Browse the repository at this point in the history
…uilding"

icons after build completion.
  • Loading branch information
oldelvet authored and ssogabe committed Mar 25, 2012
1 parent 4f66b3f commit eb3e288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -55,6 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=bug>
Build Status page continues to show flashing "building" icons after build completion.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13217">issue 13217</a>)
<li class=bug>
New Breadcrumb bar covers search suggestions
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13195">issue 13195</a>)
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/hudson/buildCaption.jelly
Expand Up @@ -44,7 +44,7 @@ THE SOFTWARE.
</div>
</j:if>

<img src="buildStatus" width="48" height="48" alt="${it.iconColor.description}" tooltip="${it.iconColor.description}" />
<img src="${imagesURL}/48x48/${it.buildStatusUrl}" width="48" height="48" alt="${it.iconColor.description}" tooltip="${it.iconColor.description}" />
<d:invokeBody />
</h1>
</j:jelly>

0 comments on commit eb3e288

Please sign in to comment.