-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: clif-performance-testing-plugin
-
None
Starting 2.490 Jenkins stops shipping the YUI libraries by default. This will break this plugin as it makes use of YAHOO things in https://github.com/jenkinsci/clif-performance-testing-plugin/blob/3bac6ea37d25f8c400b638c58e21f9c9471a381b/src/main/webapp/yui-tabview-init.js#L2
Â
(function() {
  var tabView = new YAHOO.widget.TabView('alarms${testPlan.name}');
  tabView.getTab(0).active = true;
})()