On Fri, Apr 24, 2015 at 3:31 AM, Benjamin Terrier <
b.te...@gmail.com> 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.