Skip to content

Commit

Permalink
Merge pull request #1868 from yaroslavafenkin/JENKINS-73959
Browse files Browse the repository at this point in the history
[JENKINS-73959] Use CSP compatible version of `st:bind` in `PullRequestMonitoringPortlet/monitor.jelly`
  • Loading branch information
uhafner authored Nov 11, 2024
2 parents 88fa1cd + b0031b8 commit 72f1dc0
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 72f1dc0

Please sign in to comment.