Skip to content

Commit

Permalink
[JENKINS-60866][JENKINS-71513] Adapt to st:bind change (#830)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Beck <[email protected]>
  • Loading branch information
daniel-beck and daniel-beck authored Feb 27, 2024
1 parent 757014f commit d06ef25
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@
};
window.bindings={};
</script>
<st:bind var="window.bindings['buildMonitor']" value="${it}" />
<st:bind var="buildMonitorBind" value="${it}" />
<script>
window.bindings['buildMonitor'] = buildMonitorBind
window.makeStaplerProxy = window.originalMakeStaplerProxy;
try {
delete window.originalMakeStaplerProxy;
Expand Down

0 comments on commit d06ef25

Please sign in to comment.