-
Bug
-
Resolution: Fixed
-
Major
-
None
-
1.522
When plot plugin publisher (Plot build data) is configured for a job and the configuration is reopened, the loading will never finish.
The javascript error is identified as TypeError: registry is undefined at:
var respondersForEvent = registry.get(eventName);
- is related to
-
JENKINS-18585 Error: TypeError: e.up(...).on is not a function on job-configuration screen, which never finishes loading/has broken Save button
-
- Resolved
-
i can confirm this issue ; if i remove the <hudson.plugins.plot.PlotPublisher plugin="plot@1.5"> section in the config.xml of the project and restart jenkins, the config for plots gets lost but the configure tab is working again.