-
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:
- Open any job's Perforce Polling Log (<job>/scmPollLog/).
- 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".