-
Task
-
Resolution: Unresolved
-
Minor
Problem
== Inline Script Block Line: 59 ---- <script defer="defer"> <!-- delegate the updation on updateQueue action --> refreshPart('buildQueue',"./updateQueue/ajaxBuildQueue"); </script> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks
[JENKINS-74505] [computer-queue-plugin] Extract inline script block in org/jenkinsci/plugins/computerqueue/ComputerQueue/queue.jelly
Description |
Original:
h4. Problems {noformat} == Inline Script Block Line: 59 ---- <script defer="defer"> <!-- delegate the updation on updateQueue action --> refreshPart('buildQueue',"./updateQueue/ajaxBuildQueue"); </script> ---- == Inline Script Block Line: 59 ---- <script defer="defer"> <!-- delegate the updation on updateQueue action --> refreshPart('buildQueue',"./updateQueue/ajaxBuildQueue"); </script> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks] |
New:
h4. Problem {noformat} == Inline Script Block Line: 59 ---- <script defer="defer"> <!-- delegate the updation on updateQueue action --> refreshPart('buildQueue',"./updateQueue/ajaxBuildQueue"); </script> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks] |
Summary | Original: [computer-queue-plugin] Extract inline script blocks in org/jenkinsci/plugins/computerqueue/ComputerQueue/queue.jelly | New: [computer-queue-plugin] Extract inline script block in org/jenkinsci/plugins/computerqueue/ComputerQueue/queue.jelly |