On Fri, Apr 24, 2015 at 3:31 AM, Benjamin Terrier <[email protected]> wrote: > 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.
Correct. According to https://github.com/search?ref=simplesearch&type=Code&q=user%3Ajenkinsci+%22extends+ToolPropertyDescriptor%22 the only ToolProperty in an OSS plugin is for the auto installer, which was not designed to be configured in a node property, since if you are going to configure that you might as well hardcode a location anyway. (I know of another proprietary implementation which also would not make sense as a node property.) So I think your issue simply never came up before. > Is there a way to achieve what I trying to do? Provide your own alternative to ToolLocationNodeProperty specialized for your tool. -- 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/CANfRfr1YB3mKSDHGySFVd%3DM9OorBCzVUFPXXgA%3DdjiOwCM90gQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
