Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: fbfe1b4a0e0447e9e27ba846a49aeb634836d083
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/fbfe1b4a0e0447e9e27ba846a49aeb634836d083
  Author: igreenfi <igree...@cisco.com>
  Date:   2016-12-04 (Sun, 04 Dec 2016)

  Changed paths:
    A src/main/java/org/jenkinsci/plugins/folder/FolderVSphereCloudProperty.java

  Log Message:
  -----------
  Extend FolderProperty to allow cloud config on folder level


  Commit: 1df867016f14d7e22ad2b829083fea4575ab47b4
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/1df867016f14d7e22ad2b829083fea4575ab47b4
  Author: igreenfi <igree...@cisco.com>
  Date:   2016-12-04 (Sun, 04 Dec 2016)

  Changed paths:
    A src/main/resources/org/jenkinsci/plugins/vSphereCloud/config-inner.jelly

  Log Message:
  -----------
  Add wrapper to support include inside 'f:repeatable' 
(http://jenkinsci-dev.narkive.com/vwQ580tj/jelly-repeatable-produces-javascript-error)


  Commit: 576e850555b8521675422afb4d3ec250252c12cd
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/576e850555b8521675422afb4d3ec250252c12cd
  Author: igreenfi <igree...@cisco.com>
  Date:   2016-12-04 (Sun, 04 Dec 2016)

  Changed paths:
    A 
src/main/resources/org/jenkinsci/plugins/folder/FolderVSphereCloudProperty/config.jelly

  Log Message:
  -----------
  include config-inner.jelly


  Commit: c79312aa29d9282bd6ac438cc2de65acb16bbba7
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/c79312aa29d9282bd6ac438cc2de65acb16bbba7
  Author: igreenfi <igree...@cisco.com>
  Date:   2016-12-04 (Sun, 04 Dec 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vSphereCloud.java
    M src/main/java/org/jenkinsci/plugins/vsphere/VSphereBuildStepContainer.java

  Log Message:
  -----------
  enable passing in jobName and reading cloud config from folder hierarchy


  Commit: 16325925f56357bb5a0e2f39b8f9e276ded8f5c2
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/16325925f56357bb5a0e2f39b8f9e276ded8f5c2
  Author: igreenfi <igree...@cisco.com>
  Date:   2016-12-04 (Sun, 04 Dec 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vSphereCloudLauncher.java
    M src/main/java/org/jenkinsci/plugins/vSphereCloudProvisionedSlave.java
    M src/main/java/org/jenkinsci/plugins/vSphereCloudSlave.java
    M src/main/java/org/jenkinsci/plugins/vSphereCloudSlaveTemplate.java
    M src/main/java/org/jenkinsci/plugins/vsphere/VSphereBuildStep.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/Clone.java
    M 
src/main/java/org/jenkinsci/plugins/vsphere/builders/ConvertToTemplate.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/Delete.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/DeleteSnapshot.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/Deploy.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/ExposeGuestInfo.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/PowerOn.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/RevertToSnapshot.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/SuspendVm.java
    M 
src/main/java/org/jenkinsci/plugins/vsphere/parameters/CloudSelectorParameter.java
    M 
src/main/java/org/jenkinsci/plugins/vsphere/tools/CloudProvisioningState.java
    M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphereLogger.java
    M src/main/java/org/jenkinsci/plugins/workflow/vSphereStep.java

  Log Message:
  -----------
  Fix compilation error due to method signature change


  Commit: 893649dbd9bae8f6bfacb1fbbf5e5b29dc8da47c
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/893649dbd9bae8f6bfacb1fbbf5e5b29dc8da47c
  Author: igreenfi <igree...@cisco.com>
  Date:   2016-12-04 (Sun, 04 Dec 2016)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Add dependency to Folder plugin


  Commit: aae9eb8833dbecfc29f983caea1ce15330a936a2
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/aae9eb8833dbecfc29f983caea1ce15330a936a2
  Author: igreenfi <igree...@cisco.com>
  Date:   2016-12-04 (Sun, 04 Dec 2016)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/vsphere/tools/CloudProvisioningStateTest.java

  Log Message:
  -----------
  Fix compilation error due to method signature change


  Commit: f488a3d0118e70a7e00fdb3fb4468457c496dc59
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/f488a3d0118e70a7e00fdb3fb4468457c496dc59
  Author: igreenfi <igree...@cisco.com>
  Date:   2016-12-04 (Sun, 04 Dec 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/folder/FolderVSphereCloudProperty.java
    M src/main/java/org/jenkinsci/plugins/vSphereCloud.java
    M src/main/java/org/jenkinsci/plugins/vSphereCloudLauncher.java
    M src/main/java/org/jenkinsci/plugins/vSphereCloudProvisionedSlave.java
    M src/main/java/org/jenkinsci/plugins/vSphereCloudSlave.java
    M src/main/java/org/jenkinsci/plugins/vSphereCloudSlaveTemplate.java
    M src/main/java/org/jenkinsci/plugins/vsphere/VSphereBuildStep.java
    M src/main/java/org/jenkinsci/plugins/vsphere/VSphereBuildStepContainer.java
    M 
src/main/java/org/jenkinsci/plugins/vsphere/parameters/CloudSelectorParameter.java
    M 
src/main/java/org/jenkinsci/plugins/vsphere/tools/CloudProvisioningState.java
    M src/main/java/org/jenkinsci/plugins/workflow/vSphereStep.java
    M 
src/test/java/org/jenkinsci/plugins/vsphere/tools/CloudProvisioningStateTest.java

  Log Message:
  -----------
  revert class name change from lowercase to uppercase


  Commit: 36bbb8dc0c0103ad2b13b4e4b86b81db9ff0ebce
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/36bbb8dc0c0103ad2b13b4e4b86b81db9ff0ebce
  Author: Jason Swager <jswa...@alohaoi.com>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    M pom.xml
    A src/main/java/org/jenkinsci/plugins/folder/FolderVSphereCloudProperty.java
    M src/main/java/org/jenkinsci/plugins/vSphereCloud.java
    M src/main/java/org/jenkinsci/plugins/vSphereCloudLauncher.java
    M src/main/java/org/jenkinsci/plugins/vsphere/VSphereBuildStep.java
    M src/main/java/org/jenkinsci/plugins/vsphere/VSphereBuildStepContainer.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/Clone.java
    M 
src/main/java/org/jenkinsci/plugins/vsphere/builders/ConvertToTemplate.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/Delete.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/DeleteSnapshot.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/Deploy.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/ExposeGuestInfo.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/PowerOn.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/RenameSnapshot.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/RevertToSnapshot.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/SuspendVm.java
    M 
src/main/java/org/jenkinsci/plugins/vsphere/parameters/CloudSelectorParameter.java
    M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphereLogger.java
    M src/main/java/org/jenkinsci/plugins/workflow/vSphereStep.java
    A 
src/main/resources/org/jenkinsci/plugins/folder/FolderVSphereCloudProperty/config.jelly
    A src/main/resources/org/jenkinsci/plugins/vSphereCloud/config-inner.jelly

  Log Message:
  -----------
  Merge pull request #62 from igreenfield/master

Add support for Folder configuration


Compare: 
https://github.com/jenkinsci/vsphere-cloud-plugin/compare/8dcf7499df61...36bbb8dc0c01

-- 
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.

Reply via email to