Details
-
Type:
Bug
-
Status: In Progress (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: junit-plugin
-
Labels:None
-
Environment:Jenkins 2.263.1
JUnit Plugin 1.48
ECharts API Plugin 4.9.0-2
Microsoft Edge Version 87.0.664.75 (Official build) (64-bit)
-
Similar Issues:
Description
After the JENKINS-62096 ECharts migration, the test duration trend chart at https://REDACTED/jenkins/job/REDACTED/job/master/327/testReport/history/ does not appear at all; there are no axes or legends or anything. The test result trend chart however works OK.
The problem persists even if I edit history.js as follows:
- For JENKINS-64585, comment out the $('[data-toggle="tooltip"]').tooltip(); call.
- For JENKINS-64587, change the top-level statement to
(function ($, view) { $(function () { ... }); })(jQuery3, view);
Therefore, the problem does not seem to be caused by those issues.
Attachments
Issue Links
- is caused by
-
JENKINS-62096 Migrate History graph to ECharts
-
- Open
-
- relates to
-
JENKINS-64587 JavaScript error in history.js: Cannot read property 'getAttribute' of null
-
- In Progress
-
-
JENKINS-64585 JavaScript error in history.js: $(...).tooltip is not a function
-
- In Progress
-
It seems the 'slid.bs.carousel' event handler is not called at all.