-
Bug
-
Resolution: Won't Fix
-
Major
-
-
1.0-m6, 1.0-m7
The pipeline detail screens (activity, branches, prs) are broken in IE11 due to use of Array.prototype.find which is not supported.
OrganisationPipelines:15
pipeline = pipelines.find(aPipeLine => aPipeLine.name === name);
- duplicates
-
JENKINS-35735 Fix Blue Ocean to run on Internet Explorer 11
- Closed