[warnings-ng] Extract inline script blocks in io/jenkins/plugins/analysis/core/model/FixedWarningsDetail/index.jelly

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Problems

      == Inline Script Block
      Line: 60
      ----
      <script type="text/javascript">
            /* global jQuery3 */
            jQuery3('#fixed').DataTable({
              pagingType: 'numbers', // Page number button only
              order: [[0, 'asc'], [1, 'asc']] // Sort by file name and line number
            });
          </script>
      ----
      
      == Inline Script Block
      Line: 60
      ----
      <script type="text/javascript">
            /* global jQuery3 */
            jQuery3('#fixed').DataTable({
              pagingType: 'numbers', // Page number button only
              order: [[0, 'asc'], [1, 'asc']] // Sort by file name and line number
            });
          </script>
      ----
      

      Solution

      https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks

            Assignee:
            Unassigned
            Reporter:
            Basil Crow
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: