ExportXMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: p4-plugin
    • None
    • Environment:
      Jenkins core: 2.568.2
      P4 Plugin: 1.18.0 (latest available)
      Browser: Google Chrome

      On the Perforce Polling Log page (.../scmPollLog/), clicking any of the "+" expand links (e.g. next to "p4 changes -m50 ...") does nothing. The browser console shows:

       

      ReferenceError: toggle is not defined

       

      All Jenkins core JS bundles (behavior.js, hudson-behavior.js, jsbundles/app.js, etc.) load successfully with HTTP 200, ruling out a blocked/missing resource or CSP issue. The plugin's expandable-link markup calls a global toggle() function that no longer exists in this Jenkins core version.

       

      Steps to reproduce:

      1. Open any job's Perforce Polling Log (<job>/scmPollLog/).
      2. Click any "+" link next to a collapsed command/detail line.

      Expected: The section expands to show the detail (e.g. list of detected changes).

       

      Actual: Nothing happens; console logs "ReferenceError: toggle is not defined".

            Assignee:
            Unassigned
            Reporter:
            Heiko Nardmann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: