Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-74041

[artifactory] Extract inline script blocks and event handler in org/jfrog/hudson/gradle/ArtifactoryGradleConfigurator/config.jelly

XMLWordPrintable

      Problems

      == Inline Script Block
      Line: 55
      ----
      <script>
                                      var bindToDescriptor =
                                      <st:bind value="${descriptor}"/>
                                  </script>
      ----
      
      == Inline Script Block
      Line: 90
      ----
      <script>
                                      var bindToDescriptorResolver =
                                      <st:bind value="${descriptor}"/>
                                  </script>
      ----
      
      == Inline Event Handler
      Line: 25
      ----
      <select class="setting-input" name="userPluginKey"
                                              id="gradleCustomStagingConfiguration-${s.artifactoryUrl}-${uniqueId}"
                                              onchange="setStagingParamsSelectedValue(this)">
      ----
      

      Solutions

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

            Unassigned Unassigned
            basil Basil Crow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: