There is a small bug when displaying the configuration of a vm machine in a job.
The plugin works well but the configuration isnot displayed (vmxFilePath field).
To avoid it, add the following code in VMActivationConfig class (in VMwareActivationWrapper.java) :
public String getVmxFilePath()
{
return config == null?null:config.getVmxFilePath();
}
Hi,
I've the same type of problem on my environment but it's for VSphere 4.0.
I've downloaded the plugin source and modified it on my dev computer. This plugin is well functionnal in my environment (hudson under linux 64 bit and vsphere 4.0).
Here's the patch. Please be free to modify it before importing it in the plugin. I think it's a good thing to include this feature quickly because vmware esx product are very present in our IT infrastructure.
Regards,
Ludovic SMADJA