Skip to content

Commit

Permalink
Migrate from EE 8 to EE 9 in Jelly view (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Feb 6, 2025
1 parent 2274200 commit 70c3e48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<j:invoke var="buildClass" on="${currentThread.contextClassLoader}" method="loadClass">
<j:arg value="hudson.model.AbstractBuild"/>
</j:invoke>
<j:set var="build" value="${request.findAncestorObject(buildClass)}"/>
<j:set var="build" value="${request2.findAncestorObject(buildClass)}"/>
<st:include page="sidepanel.jelly" it="${build}"/>
<l:main-panel>
<h1>${%build} #${build.number}</h1>
Expand Down

0 comments on commit 70c3e48

Please sign in to comment.