jenkinsci / jenkinsci/branch-api-plugin
[JENKINS-69920] Add global setting to change the default folder icon
- Dominant language
- Java
- Stars
- 39
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description
Regarding this issue: https://issue-redirect.jenkins.io/issue/69918
In github-branch-source-plugin the generated projects settings can not be modified. Editing the config.xml of the generated projects also does not work despite restarting jenkins.
Maybe it would be easier to provide a global configuration option in jenkins to change the default folder icon for:
- jenkins.branch.MultiBranchProject.newDefaultFolderIcon()
Which currently defaults to MetadataActionFolderIcon.
The goal would be to select an icon (BuildStatusFolderIcon) from this plugin: https://plugins.jenkins.io/custom-folder-icon/
---
Originally reported by subes, imported from: Add global setting to change the default folder icon
Raw content of original issue
Regarding this issue: https://issues.jenkins.io/browse/JENKINS-69918
In github-branch-source-plugin the generated projects settings can not be modified. Editing the config.xml of the generated projects also does not work despite restarting jenkins.
Maybe it would be easier to provide a global configuration option in jenkins to change the default folder icon for:
- jenkins.branch.MultiBranchProject.newDefaultFolderIcon()
Which currently defaults to MetadataActionFolderIcon.
The goal would be to select an icon (BuildStatusFolderIcon) from this plugin: https://plugins.jenkins.io/custom-folder-icon/
Contributor guide
Assessment
This issue has not been assessed yet.