Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: persona-plugin
-
Labels:None
-
Similar Issues:
Description
This improvement will allow to package our own plugin with a set of personas and not only one as today.
Plugin tree will be :
- my_own_persona.hpi
- BruceLee
- persona.xml
- success.jpg/.png/.gif
- failure.jpg/.png/.gif
- other.jpg/.png/.gif
- icon.jpg/.png/.gif
- AnotherPersona
- ... same set of files ...
- BruceLee
In hudson.plugins.persona.xml.XmlPersonaFinder.find(Class<T> type, Hudson hudson) reproducing the same behaviour for "// locate personas from $HUDSON_HOME" block in "// locate personas from plugins" block and adjusting the paths seems to be ok.
Proposed attempt of improvement : 1.2-SNAPSHOT modified
jar, hpi and source provided