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

[robot] Extract inline event handlers in hudson/plugins/robot/util/failedCases.jelly

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Duplicate
    • Icon: Minor Minor
    • robot-plugin

      Problems

      == Inline Event Handler
      Line: 24
      ----
      <a id="${escapedName}-showlink" href="#" onclick="javascript:showStackTrace('${h.jsStringEscape(escapedName)}','${h.jsStringEscape(relativeId)}/summary')" class="expand">
      ----
      
      == Inline Event Handler
      Line: 25
      ----
      <a id="${escapedName}-hidelink" href="#" onclick="javascript:hideStackTrace('${h.jsStringEscape(escapedName)}')" style="display:none" class="collapse">
      ----
      
      == Inline Event Handler
      Line: 24
      ----
      <a id="${escapedName}-showlink" href="#" onclick="javascript:showStackTrace('${h.jsStringEscape(escapedName)}','${h.jsStringEscape(relativeId)}/summary')" class="expand">
      ----
      
      == Inline Event Handler
      Line: 25
      ----
      <a id="${escapedName}-hidelink" href="#" onclick="javascript:hideStackTrace('${h.jsStringEscape(escapedName)}')" style="display:none" class="collapse">
      ----
      

      Solution

      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:
              Resolved: