Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: c54d6564bfea46f4360b29ffadead65962ba7855
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/c54d6564bfea46f4360b29ffadead65962ba7855
  Author: ksmith <ksmith@khal>
  Date:   2015-08-31 (Mon, 31 Aug 2015)

  Changed paths:
    M pom.xml
    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/vSphereCloudSlave.java
    M src/main/java/org/jenkinsci/plugins/vSphereCloudSlaveComputer.java
    A src/main/java/org/jenkinsci/plugins/vSphereCloudSlaveTemplate.java
    A src/main/java/org/jenkinsci/plugins/vSphereCloudSlaveTemplateComputer.java
    M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java
    M src/main/resources/org/jenkinsci/plugins/vSphereCloud/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/vSphereCloudSlaveTemplate/config.jelly

  Log Message:
  -----------
  First Implementation with a Slave Template associated to the vSphereCloud.   
This will provision new slaves on demand and after the number of limited builds 
with the number of executors the slave will go offline and be unprovisioned.


  Commit: a5d1d692e77bfa5fb5722feb7b3176d2183d40b8
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/a5d1d692e77bfa5fb5722feb7b3176d2183d40b8
  Author: ksmith <ksmith@khal>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

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

  Log Message:
  -----------
  I changed the update from HashTable to HashMap to ConcurrentHashMap.   This 
has been deprecated.  Also, though I see room to have a two Slave types: 1) 
Static Slave (which is the current implementation and 2) On-Demand Slave.  
Therefore I could remove the need for isTemplate in the launcher.  This would 
help with clarity and maintainability.   I will work towards that soon enough.


  Commit: ccf21ecab9016256431fa64c00ac79d90d5f69d6
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/ccf21ecab9016256431fa64c00ac79d90d5f69d6
  Author: ksmith <ksmith@khal>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java

  Log Message:
  -----------
  Updated from a pull of the master and added canTake logic so that multiple 
slaves can come online at the same time.


  Commit: 521231828ef5f6282a31a20d8d2233f4b67a43ff
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/521231828ef5f6282a31a20d8d2233f4b67a43ff
  Author: ksmith <ksmith@khal>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/Clone.java

  Log Message:
  -----------
  Updated from a pull of the master and added canTake logic so that multiple 
slaves can come online at the same time.


  Commit: e7a9f071332b1c7784bb3cb1579c77662b281b9a
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/e7a9f071332b1c7784bb3cb1579c77662b281b9a
  Author: ksmith <ksmith@khal>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Updated from a pull of the master and added canTake logic so that multiple 
slaves can come online at the same time.


  Commit: ae8ba0249fb295fc381a65cf4c12adc14ff0402f
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/ae8ba0249fb295fc381a65cf4c12adc14ff0402f
  Author: ksmith <ksmith@khal>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Updated from a pull of the master and added canTake logic so that multiple 
slaves can come online at the same time.


  Commit: 4ffe7b16f8f7e24a4bafb746f4e89077fcc4587b
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/4ffe7b16f8f7e24a4bafb746f4e89077fcc4587b
  Author: ksmith <ksmith@khal>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/vsphere/builders/Clone/help-resourcePool.html

  Log Message:
  -----------
  Updated from a pull of the master and added canTake logic so that multiple 
slaves can come online at the same time.


  Commit: 96c7e6d56d69aa2aead6c0b60b7729bf35c476d5
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/96c7e6d56d69aa2aead6c0b60b7729bf35c476d5
  Author: ksmith <ksmith@khal>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vSphereCloudSlave.java

  Log Message:
  -----------
  Updated from a pull of the master and added canTake logic so that multiple 
slaves can come online at the same time.


  Commit: 8a6dae51178e4bdd73b8c97800098342a3f63a57
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/8a6dae51178e4bdd73b8c97800098342a3f63a57
  Author: ksmith <ksmith@khal>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vSphereCloudSlaveTemplateComputer.java

  Log Message:
  -----------
  Updated from a pull of the master and added canTake logic so that multiple 
slaves can come online at the same time.


  Commit: 0e215f848ff0f58a8247831157f6df9134125986
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/0e215f848ff0f58a8247831157f6df9134125986
  Author: ksmith <ksmith@khal>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vSphereCloudSlave.java

  Log Message:
  -----------
  Updated from a pull of the master and added canTake logic so that multiple 
slaves can come online at the same time.


  Commit: af92c70aa2d3da3468a8f4723a1847c29f54d30d
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/af92c70aa2d3da3468a8f4723a1847c29f54d30d
  Author: ghost1874 <[email protected]>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java

  Log Message:
  -----------
  empty merge commit


  Commit: f2dc7ee5a0746b0f34449643fee2b94be49f360f
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/f2dc7ee5a0746b0f34449643fee2b94be49f360f
  Author: ghost1874 <[email protected]>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java

  Log Message:
  -----------
  bad merge commit


  Commit: 5a5830e0d0cddd6d6eea5cf005df6a31419587fa
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/5a5830e0d0cddd6d6eea5cf005df6a31419587fa
  Author: Jason Swager <[email protected]>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
    M .gitignore
    M pom.xml
    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/vSphereCloudSlave.java
    M src/main/java/org/jenkinsci/plugins/vSphereCloudSlaveComputer.java
    A src/main/java/org/jenkinsci/plugins/vSphereCloudSlaveTemplate.java
    A src/main/java/org/jenkinsci/plugins/vSphereCloudSlaveTemplateComputer.java
    M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java
    M src/main/resources/org/jenkinsci/plugins/vSphereCloud/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/vSphereCloudSlaveTemplate/config.jelly

  Log Message:
  -----------
  Merge pull request #35 from ghost1874/master

Dynamic On-Demand vSphere Slave


Compare: 
https://github.com/jenkinsci/vsphere-cloud-plugin/compare/aa343842fd7e...5a5830e0d0cd

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to