-
New Feature
-
Resolution: Won't Fix
-
Minor
-
None
It would be nice if folders natively supported icons.
Proposed syntax:
folder('my folder') {
bundledIcon('package')
iconUrl('http://url/to/icon.png')
}
Relevant configure blocks:
bundled icon:
configure { folder ->
folder / icon(class:'com.cloudbees.hudson.plugins.folder.icons.BuiltinFolderIcon')
}
icon url:
configure { folder ->
folder / icon(class:'com.cloudbees.hudson.plugins.folder.icons.UrlFolderIcon')
}