I develop a new plugin for Jenkins and have to add some additional properties to nodes. To do it, I extended class NodeProperty<>, so my changes now are persisted by Jenkins. But now I want to replace Icon displayed at /computer page for the nodes which I modified (in other words for nodes which contain my CustomNodePorperty object )
Is it possible? Could you please suggest some entry point so I can further investigate it by myself? Or do you know any Jenkins plugins which do the same things? (I will download and investigate it)
Thanks you very much!
Dzmitry
Nope, not in an easy way anyways. The icon names are “hard-coded” depending on the state of the slave. You could do some ugly JS hack in you property’s summary.jelly where you change the src value of the img tag. But that could break as soon as core changes something on the page.
Robert Sandell
Software Tools Engineer - SW Environment and Product Configuration
Sony Mobile Communications
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.