-
Improvement
-
Resolution: Won't Fix
-
Minor
-
None
The Folders plugin allows the user to pick between a few icon types in the configuration. It would be nice if the multibranch pipeline plugin could follow a similar model.
Specifically, allow ball icons (for all branches or select branches), or allow a stylized multibranch icon.
- Allow ball icon or stylized multibranch icon
- Apply to all branches, or a selection of branches
- Current blue-ish icon, red-ish icon, flashing icon (based on src/images/pipelinemultibranchproject.svg)
[JENKINS-43828] Allow dynamic icon selection
Component/s | New: branch-api-plugin [ 18621 ] | |
Component/s | Original: workflow-multibranch-plugin [ 21465 ] |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Code changed in jenkins
User: Oleg Nenashev
Path:
core/src/main/java/hudson/util/ProcessTree.java
http://jenkins-ci.org/commit/jenkins/1899f36bfc372ec9b2ee536d3630ea5246e4570f
Log:
JENKINS-43825- Refactor ProcessTree.Windows logic to propagate errors correctly (#2859)JENKINS-43825- Refactor WindowsProcess to a separate class and optimize loggingJENKINS-43825- Refactor the code to properly propagate WindowsProcessException in ProcessTree to the top levelJENKINS-43825- Polish loggingJENKINS-43828- s/WindowsProcess/WindowsOSProcessJENKINS-43825- Next time I will try to compile the code before submitting