Hello everyone, I'm writing a Builder plugin with a ToolInstallation. I've successfully achieved having the tool to display in the master and slaves configurations.
Now I need to add a node specific property to my tool installation. This means adding a textbox in both master and slave config pages and having a way to translate the property according to the current node (like ToolInstallation.translateFor()). I've seen that the ToolInstallation class has a list of ToolProperty, but my current understanding is that only the ToolInstallation home get translated for the Node. My questions are: Is there a way to achieve what I trying to do? If so could you give me a hint of where to start or, even better show me a plugin which already do this? If it is not possible, a solution could be to add a second ToolInstallation to my Builder plugin as the property I want to add is a path, but IMHO it would be a bit ugly as this path strongly depends on my ToolInstallation. Thanks for you help. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/fd71b0a2-8e58-4680-939f-bbbb1058f07d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
