Skip to content

Commit

Permalink
JENKINS-44956: Use browser directly from the changelogset.
Browse files Browse the repository at this point in the history
Aligns SVN with the this:
jenkinsci/jenkins@e526809
  • Loading branch information
lionelve committed Jun 18, 2017
1 parent 1ba2176 commit 683293d
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 683293d

Please sign in to comment.