Re: [workflow-plugin] Exception using the 'tool' feature

2015-02-25 Thread Jesse Glick
On Wednesday, January 28, 2015 at 6:27:28 AM UTC-5, Rafael Ribeiro Rezende wrote: > > @Extension public static class DescriptorImpl extends >> Descriptor > > Should extend ToolDescriptor. (Had we foreseen this mistake, we would have override getDescriptor in ToolInstallation to force the return

[workflow-plugin] Exception using the 'tool' feature

2015-01-28 Thread Rafael Ribeiro Rezende
Hi all, I have JDK and Maven tools installed in my Jenkins global configuration. So, I could use the command exactly as provided in this tutorial . def mvnHome = tool 'Default Maven' > > However, I'm getting the following exc