-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: build-pipeline-plugin
Problem
== Inline Script Block
Line: 30
----
<script>
//save project proxies for future reference (being able to refresh project cards)
buildPipeline.projectProxies[${project.getId()}] = <st:bind value="${project}" />;
jQuery("#project-${project.getId()}").append(buildPipeline.projectCardTemplate(${project.asJSON()}));
</script>
----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks
- links to