Skip to content

Commit

Permalink
[JENKINS-73959] Use CSP compatible version of st:bind in `PullReque…
Browse files Browse the repository at this point in the history
…stMonitoringPortlet/monitor.jelly`
  • Loading branch information
yaroslavafenkin committed Oct 23, 2024
1 parent da7e0e8 commit b0031b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
${it.getQualityGateResultDescription()}</p>
</j:if>

<script>var portlet = <st:bind value="${it}"/></script>
<st:bind value="${it}" var="portlet"/>
<script type="text/javascript" src="${resURL}/plugin/warnings-ng/js/issues-sunburst.js"/>

</j:jelly>

0 comments on commit b0031b8

Please sign in to comment.