Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: buildgraph-view-plugin
-
Environment:buildgraph-1.1.1
jenkins 1.509.4
-
Similar Issues:
Description
When triggered build has removed history build, Build Graph plugin shows empty page.
job1 #10 -> job2 #20 .... when job1 #20 is removed, build graph on job1 #10 is empty
In Javascript console is error:
prototype.js:5798 Uncaught TypeError: element.dispatchEvent is not a function breadcrumbs.js:159 Uncaught TypeError: e.hasClassName is not a function
Confliction with Prototype.js has been removed
Do not conflict with prototype.js - 813017caf02dcbfd7874908e94cc3b9951b42b90
Merged this to main line and released in 1.2 version