• Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Critical Critical
    • vmware-plugin
    • None
    • Platform: All, OS: All

      Support for VI3.

          [JENKINS-1164] ESX 3.5 Support

          castorls added a comment -

          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

          castorls added a comment - 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

          castorls added a comment -

          just configure as usual and specify as hostType 'ESX'

          castorls added a comment - just configure as usual and specify as hostType 'ESX'

          castorls added a comment -

          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(); }

          castorls added a comment - 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(); }

          jrvilda added a comment -

          As I can apply this path.
          It looks like a txt file for comparison.

          jrvilda added a comment - As I can apply this path. It looks like a txt file for comparison.

            Unassigned Unassigned
            jblumenthal jblumenthal
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: