-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins ver. 1.596.2
Build Pipeline Plugin ver. 1.4.7
Browser: latest Chrome
When clicking on the console icon in a build pipeline no popup appears but instead in the JS console I get the following error message:
Uncaught TypeError: jQuery.fancybox is not a function BuildPipeline.fillDialog @ build-pipeline.js:101 onclick @ (index):116
I can see the fancybox css and js in the header and I can even load these two files - so the webserver does serve these files. But they seem to be broken. When loading the css and js from another source, it works again.
As a work-around I just put in some js that loads these two files in the description of the build pipeline..
[JENKINS-28358] Console Window doesn't show
Description |
Original:
Hi, when clicking on the console icon in a build pipeline no popup appears but instead in the JS console I get the following error message: {code} Uncaught TypeError: jQuery.fancybox is not a function BuildPipeline.fillDialog @ build-pipeline.js:101 onclick @ (index):116 {code} I can see the fancybox css and js in the header and I can even load these two files - so the webserver does serve these files. But they seem to be broken. Then loading the css and js from another source, it works again. As a work-around I just put in some js that loads these two files in the description of the build pipeline.. |
New:
Hi, when clicking on the console icon in a build pipeline no popup appears but instead in the JS console I get the following error message: {code} Uncaught TypeError: jQuery.fancybox is not a function BuildPipeline.fillDialog @ build-pipeline.js:101 onclick @ (index):116 {code} I can see the fancybox css and js in the header and I can even load these two files - so the webserver does serve these files. But they seem to be broken. When loading the css and js from another source, it works again. As a work-around I just put in some js that loads these two files in the description of the build pipeline.. |
Description |
Original:
Hi, when clicking on the console icon in a build pipeline no popup appears but instead in the JS console I get the following error message: {code} Uncaught TypeError: jQuery.fancybox is not a function BuildPipeline.fillDialog @ build-pipeline.js:101 onclick @ (index):116 {code} I can see the fancybox css and js in the header and I can even load these two files - so the webserver does serve these files. But they seem to be broken. When loading the css and js from another source, it works again. As a work-around I just put in some js that loads these two files in the description of the build pipeline.. |
New:
When clicking on the console icon in a build pipeline no popup appears but instead in the JS console I get the following error message: {code} Uncaught TypeError: jQuery.fancybox is not a function BuildPipeline.fillDialog @ build-pipeline.js:101 onclick @ (index):116 {code} I can see the fancybox css and js in the header and I can even load these two files - so the webserver does serve these files. But they seem to be broken. When loading the css and js from another source, it works again. As a work-around I just put in some js that loads these two files in the description of the build pipeline.. |
The version of jquery and fancybox do not work together. The new jenkins comes with jquery 1.11.2 which no longer supports this:
Uncaught TypeError: Cannot read property 'msie' of undefined (anonymous function) @ jquery.fancybox-1.3.4.js?_=1431453685405:29 (anonymous function) @ jquery.fancybox-1.3.4.js?_=1431453685405:1156