Skip to content

Commit

Permalink
[JENKINS-25174] Merged #1496.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Dec 22, 2014
2 parents 44d5c28 + 3ed7778 commit d5d6ca2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion changelog.html
Expand Up @@ -55,7 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class=bug>
Run parameters should display in human readable form rather than build numbers.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-25174">issue 25174</a>)
</ul>
</div><!--=TRUNK-END=-->

Expand Down
Expand Up @@ -27,6 +27,6 @@ THE SOFTWARE.
xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"
xmlns:i="jelly:fmt" xmlns:p="/lib/hudson/project">
<f:entry title="${it.name}" description="${it.description}">
<a href="${rootURL}/${it.run.url}" class="model-link inside">${it.run}</a>
<a href="${rootURL}/${it.run.url}" class="model-link inside">${it.run.fullDisplayName}</a>
</f:entry>
</j:jelly>

0 comments on commit d5d6ca2

Please sign in to comment.