-
Bug
-
Resolution: Fixed
-
Major
-
-
2.279 and 2.277.1
The changes introduced https://issues.jenkins.io/browse/JENKINS-64196 broke the available tab of the plugin manager on IE11. The culprit is this line: https://github.com/jenkinsci/jenkins/blob/master/war/src/main/js/plugin-manager-ui.js#L37
The issue is that Array.includes is not supported on IE11:
This is a big regression and should be lts-candidate IMO.
- links to