Skip to content

Commit

Permalink
Merge pull request #188 from lionelve/master
Browse files Browse the repository at this point in the history
JENKINS-44956: Use browser directly from the changelogset.
  • Loading branch information
oleg-nenashev committed Jul 11, 2017
2 parents 136cf89 + 683293d commit 8ea2554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -31,7 +31,7 @@ THE SOFTWARE.
</st:attribute>
</st:documentation>

<j:set var="browser" value="${it.build.parent.scm.effectiveBrowser}"/>
<j:set var="browser" value="${it.browser}"/>
<j:set var="rev" value="${it.revisionMap}" />
<j:choose>
<j:when test="${empty(rev)}">
Expand Down
Expand Up @@ -25,7 +25,7 @@ THE SOFTWARE.
<!-- Displays the Subversion changelog -->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<j:set var="browser" value="${it.build.parent.scm.effectiveBrowser}"/>
<j:set var="browser" value="${it.browser}"/>

<h2>${%Summary}</h2>
<ol>
Expand Down

0 comments on commit 8ea2554

Please sign in to comment.