Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JENKINS-74990] Prevent stack overflow / Revert "Add icons for search"
https://issues.jenkins.io/browse/JENKINS-74990 notes that when a folder definition includes the XML: ``` <icon class="jenkins.branch.MetadataActionFolderIcon" plugin="[email protected]_a_3da_2eb_db_4"> <owner class="com.cloudbees.hudson.plugins.folder.Folder" reference="../.."/> </icon> ``` then the 6.971.v9a_984fd08864 release of the plugin reports a stack overflow. Revert the change so that there is enough time for diagnosis without the pressure of users reporting and diagnosing bugs. This reverts commit c9fe2ab.
- Loading branch information