Branch: refs/heads/master Home: https://github.com/jenkinsci/vsphere-cloud-plugin Commit: 51c9f63ae3ffc130938d59efbf1ec56875d34d59 https://github.com/jenkinsci/vsphere-cloud-plugin/commit/51c9f63ae3ffc130938d59efbf1ec56875d34d59 Author: patrick <patr...@avrs.com> Date: 2014-04-19 (Sat, 19 Apr 2014)
Changed paths: M src/main/java/org/jenkinsci/plugins/vsphere/VSphereBuildStep.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/Clone.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/Reconfigure.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureCpu.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureMemory.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureStep.java M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/help-clone.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/help-cluster.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/help-linkedClone.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/help-resourcePool.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/help-sourceName.html M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Messages.properties A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Reconfigure/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Reconfigure/help-vm.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureCpu/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureCpu/help-coresPerSocket.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureCpu/help-cpuCores.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureMemory/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureMemory/help-memorySize.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters/help-deviceLabel.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters/help-macAddress.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters/help-portGroup.html Log Message: ----------- Add Clone and Reconfigure Ability Add ability to clone both virtual machines and templates. Add ability to delete both virtual machines and templates. Add ability to reconfigure a virtual machine - currently supports basic CPU, memory, and network card functionality. Commit: ff934eb796c5cd0348f64946b118b3bb5becd257 https://github.com/jenkinsci/vsphere-cloud-plugin/commit/ff934eb796c5cd0348f64946b118b3bb5becd257 Author: patrick <patr...@avrs.com> Date: 2014-06-13 (Fri, 13 Jun 2014) Changed paths: M src/main/java/org/jenkinsci/plugins/vsphere/builders/Clone.java M src/main/java/org/jenkinsci/plugins/vsphere/builders/Deploy.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/Rename.java M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/help-datastore.html M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Deploy/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Deploy/help-datastore.html M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Messages.properties A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Rename/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Rename/help-newName.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Rename/help-oldName.html Log Message: ----------- Add Rename Ability and Datastore Name setting Add Rename VM ability. Add datastore name setting to clone and deploy abilities to allow for datastore specification for new VMs. Commit: 26ae1a562c4cbe34da35e36cb95a845a57a5d9e1 https://github.com/jenkinsci/vsphere-cloud-plugin/commit/26ae1a562c4cbe34da35e36cb95a845a57a5d9e1 Author: patrick <patr...@avrs.com> Date: 2014-09-25 (Thu, 25 Sep 2014) Changed paths: A src/main/java/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot.java M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Messages.properties A src/main/resources/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot/help-newDescription.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot/help-newName.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot/help-oldName.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot/help-vm.html Log Message: ----------- Add Rename Snapshot Ability Add ability to rename snapshots of a specific VM. Commit: 4fc31317c672a47613137e68d8f5dbec28a73f78 https://github.com/jenkinsci/vsphere-cloud-plugin/commit/4fc31317c672a47613137e68d8f5dbec28a73f78 Author: patrick <patr...@avrs.com> Date: 2014-09-25 (Thu, 25 Sep 2014) Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/vSphereCloudLauncher.java M src/main/java/org/jenkinsci/plugins/vSphereCloudRunListener.java M src/main/java/org/jenkinsci/plugins/vSphereCloudSlave.java M src/main/java/org/jenkinsci/plugins/vSphereCloudSlaveComputer.java M src/main/java/org/jenkinsci/plugins/vsphere/builders/Deploy.java M src/main/java/org/jenkinsci/plugins/vsphere/builders/PowerOff.java M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java M src/main/resources/org/jenkinsci/plugins/vSphereCloudSlave/help-idleOption.html M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Deploy/help-resourcePool.html M src/main/resources/org/jenkinsci/plugins/vsphere/builders/PowerOff/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/PowerOff/help-shutdownGracefully.html Log Message: ----------- Merge remote-tracking branch 'upstream/master' Conflicts: src/main/java/org/jenkinsci/plugins/vsphere/builders/Deploy.java src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java Commit: 528c401735d431cbadbbe91d336199020c81cd2f https://github.com/jenkinsci/vsphere-cloud-plugin/commit/528c401735d431cbadbbe91d336199020c81cd2f Author: Jason Swager <jswa...@alohaoi.com> Date: 2014-09-26 (Fri, 26 Sep 2014) Changed paths: M src/main/java/org/jenkinsci/plugins/vsphere/VSphereBuildStep.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/Clone.java M src/main/java/org/jenkinsci/plugins/vsphere/builders/Deploy.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/Reconfigure.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureCpu.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureMemory.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureStep.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/Rename.java A src/main/java/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot.java M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/help-clone.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/help-cluster.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/help-datastore.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/help-linkedClone.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/help-resourcePool.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/help-sourceName.html M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Deploy/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Deploy/help-datastore.html M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Messages.properties A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Reconfigure/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Reconfigure/help-vm.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureCpu/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureCpu/help-coresPerSocket.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureCpu/help-cpuCores.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureMemory/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureMemory/help-memorySize.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters/help-deviceLabel.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters/help-macAddress.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters/help-portGroup.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Rename/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Rename/help-newName.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/Rename/help-oldName.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot/config.jelly A src/main/resources/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot/help-newDescription.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot/help-newName.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot/help-oldName.html A src/main/resources/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot/help-vm.html Log Message: ----------- Merge pull request #15 from patiek/master Add reconfigure vm or template, template clone, datastore awareness, renaming ability Compare: https://github.com/jenkinsci/vsphere-cloud-plugin/compare/46088e42d6a7...528c401735d4 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.