-
Task
-
Resolution: Unresolved
-
Minor
Problem
== Inline Script Block Line: 297 ---- <script> setupAlmCredentials(); // defined in almUtils.js, here we know the elements are loaded so we can show/hide credentials based on isSSOEnabled and Scope </script> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks
[JENKINS-74219] [hp-application-automation-tools-plugin] Extract inline script block in com/microfocus/application/automation/tools/run/RunFromAlmBuilder/config.jelly
Assignee | Original: Paul-Adrian Tofan [ ptofan ] |
Description |
Original:
h4. Problems {noformat} == Inline Script Block Line: 297 ---- <script> setupAlmCredentials(); // defined in almUtils.js, here we know the elements are loaded so we can show/hide credentials based on isSSOEnabled and Scope </script> ---- == Inline Script Block Line: 297 ---- <script> setupAlmCredentials(); // defined in almUtils.js, here we know the elements are loaded so we can show/hide credentials based on isSSOEnabled and Scope </script> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks] |
New:
h4. Problem {noformat} == Inline Script Block Line: 297 ---- <script> setupAlmCredentials(); // defined in almUtils.js, here we know the elements are loaded so we can show/hide credentials based on isSSOEnabled and Scope </script> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks] |
Summary | Original: [hp-application-automation-tools-plugin] Extract inline script blocks in com/microfocus/application/automation/tools/run/RunFromAlmBuilder/config.jelly | New: [hp-application-automation-tools-plugin] Extract inline script block in com/microfocus/application/automation/tools/run/RunFromAlmBuilder/config.jelly |