Branch: refs/heads/master Home: https://github.com/jenkinsci/vsphere-cloud-plugin Commit: acc667ffc9a3011437fd1d685470be52604cdb65 https://github.com/jenkinsci/vsphere-cloud-plugin/commit/acc667ffc9a3011437fd1d685470be52604cdb65 Author: Peter Darton <pjdar...@gmail.com> Date: 2017-09-06 (Wed, 06 Sep 2017)
Changed paths: M src/main/resources/index.jelly M src/main/resources/org/jenkinsci/plugins/vSphereCloud/config-inner.jelly M src/main/resources/org/jenkinsci/plugins/vSphereCloud/config.jelly M src/main/resources/org/jenkinsci/plugins/vSphereCloudLauncher/config.jelly M src/main/resources/org/jenkinsci/plugins/vSphereCloudSlave/configure-entries.jelly M src/main/resources/org/jenkinsci/plugins/vSphereCloudSlaveTemplate/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/RunOnceCloudRetentionStrategy/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/VSphereBuildStepContainer/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/VSphereCloudRetentionStrategy/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/VSphereGuestInfoProperty/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/ConvertToTemplate/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/ConvertToVm/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Delete/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/DeleteSnapshot/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Deploy/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/ExposeGuestInfo/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/PowerOff/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/PowerOn/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Reconfigure/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Rename/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/RevertToSnapshot/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/SuspendVm/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/TakeSnapshot/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/parameters/CloudSelectorParameter/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/parameters/CloudSelectorParameter/index.jelly M src/main/resources/org/jenkinsci/plugins/vsphereCloudProvisionedSlave/configure-entries.jelly M src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/config.jelly Log Message: ----------- Subset of changes from PR #67 Add the line <?jelly escape-by-default='true'?> where it's absent. Plus some whitespace changes where we had previously a mix of tabs and spaces. Commit: d7e718c60afe3ce50b58a5f7d412b2214498977d https://github.com/jenkinsci/vsphere-cloud-plugin/commit/d7e718c60afe3ce50b58a5f7d412b2214498977d Author: Peter Darton <pjdar...@gmail.com> Date: 2017-09-06 (Wed, 06 Sep 2017) Changed paths: M src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureCpu.java M src/main/java/org/jenkinsci/plugins/vsphere/tools/CloudProvisioningRecord.java M src/test/java/org/jenkinsci/plugins/vsphere/tools/CloudProvisioningAlgorithmTest.java Log Message: ----------- More changes from PR #67 Removed unnecessary cast. Removed unnecessary import. Commit: 7d6bb79fd945e2a42875f113a8bf7d48cd1d17b1 https://github.com/jenkinsci/vsphere-cloud-plugin/commit/7d6bb79fd945e2a42875f113a8bf7d48cd1d17b1 Author: Peter Darton <pjdar...@gmail.com> Date: 2017-09-06 (Wed, 06 Sep 2017) Changed paths: M src/main/java/org/jenkinsci/plugins/vSphereCloudLauncher.java Log Message: ----------- More changes from PR #67 Refactored excessively long if/elseif...else clauses as a switch. Commit: 581f53a2fa1ba75953c77eabfd2b5aa6217607e0 https://github.com/jenkinsci/vsphere-cloud-plugin/commit/581f53a2fa1ba75953c77eabfd2b5aa6217607e0 Author: Peter Darton <pjdar...@gmail.com> Date: 2017-09-06 (Wed, 06 Sep 2017) Changed paths: M pom.xml Log Message: ----------- More changes from PR #67 Change version of org.jenkins-ci.plugins/plugin from 2.22 to 2.29, which is the last version that works with a Java7 JDK. PR #67 upgraded to 2.30 which is Java8-only, and I'm hoping to avoid that at present. Commit: d325d0df477d68fa357712d475864334e030bf98 https://github.com/jenkinsci/vsphere-cloud-plugin/commit/d325d0df477d68fa357712d475864334e030bf98 Author: Peter Darton <pjdar...@users.noreply.github.com> Date: 2017-09-06 (Wed, 06 Sep 2017) Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/vSphereCloudLauncher.java M src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureCpu.java M src/main/java/org/jenkinsci/plugins/vsphere/tools/CloudProvisioningRecord.java M src/main/resources/index.jelly M src/main/resources/org/jenkinsci/plugins/vSphereCloud/config-inner.jelly M src/main/resources/org/jenkinsci/plugins/vSphereCloud/config.jelly M src/main/resources/org/jenkinsci/plugins/vSphereCloudLauncher/config.jelly M src/main/resources/org/jenkinsci/plugins/vSphereCloudSlave/configure-entries.jelly M src/main/resources/org/jenkinsci/plugins/vSphereCloudSlaveTemplate/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/RunOnceCloudRetentionStrategy/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/VSphereBuildStepContainer/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/VSphereCloudRetentionStrategy/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/VSphereGuestInfoProperty/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/ConvertToTemplate/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/ConvertToVm/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Delete/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/DeleteSnapshot/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Deploy/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/ExposeGuestInfo/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/PowerOff/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/PowerOn/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Reconfigure/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/Rename/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/RevertToSnapshot/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/SuspendVm/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/builders/TakeSnapshot/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/parameters/CloudSelectorParameter/config.jelly M src/main/resources/org/jenkinsci/plugins/vsphere/parameters/CloudSelectorParameter/index.jelly M src/main/resources/org/jenkinsci/plugins/vsphereCloudProvisionedSlave/configure-entries.jelly M src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/config.jelly M src/test/java/org/jenkinsci/plugins/vsphere/tools/CloudProvisioningAlgorithmTest.java Log Message: ----------- Merge pull request #88 from pjdarton/pullreq67 More from PR #67 Compare: https://github.com/jenkinsci/vsphere-cloud-plugin/compare/cece5ae3aa99...d325d0df477d -- 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.