Branch: refs/heads/master
Home: https://github.com/jenkinsci/vsphere-cloud-plugin
Commit: 3bf72083881c3ec31c5df387b266e5477c94b04d
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/3bf72083881c3ec31c5df387b266e5477c94b04d
Author: witokondoria <[email protected]>
Date: 2016-05-06 (Fri, 06 May 2016)
Changed paths:
M .gitignore
Log Message:
-----------
better gitignore
Commit: 2afd075567251fb63994ffb22d08849bb053f7bd
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/2afd075567251fb63994ffb22d08849bb053f7bd
Author: witokondoria <[email protected]>
Date: 2016-05-10 (Tue, 10 May 2016)
Changed paths:
M .gitignore
M pom.xml
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/ConvertToVm.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/PowerOff.java
M src/main/java/org/jenkinsci/plugins/vsphere/builders/PowerOn.java
M src/main/java/org/jenkinsci/plugins/vsphere/builders/Reconfigure.java
M src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureCpu.java
M src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureDisk.java
M
src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureMemory.java
M
src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters.java
M src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureStep.java
M src/main/java/org/jenkinsci/plugins/vsphere/builders/Rename.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/builders/TakeSnapshot.java
M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java
A src/main/java/org/jenkinsci/plugins/workflow/vSphereStep.java
Log Message:
-----------
prepare for pipeline integration
Commit: 337450219c29a4cebeb65ade9160d092b3529216
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/337450219c29a4cebeb65ade9160d092b3529216
Author: witokondoria <[email protected]>
Date: 2016-05-10 (Tue, 10 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/vSphereStep.java
Log Message:
-----------
transient elements so NoSerializable hell doesnt arise
Commit: 56287584c120e6ce39a29ada0595507a03cabb16
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/56287584c120e6ce39a29ada0595507a03cabb16
Author: witokondoria <[email protected]>
Date: 2016-05-10 (Tue, 10 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/vSphereStep.java
Log Message:
-----------
added clone action
Commit: 3fafeffb859e8d3209d65eaa1c049289335167d6
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/3fafeffb859e8d3209d65eaa1c049289335167d6
Author: witokondoria <[email protected]>
Date: 2016-05-18 (Wed, 18 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/vSphereStep.java
A src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/config.jelly
A src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/help.html
Log Message:
-----------
reuse vSphereBuildStep jellies
Commit: 36b28d1af4385306eb93fbfa7a42a7b71749ca18
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/36b28d1af4385306eb93fbfa7a42a7b71749ca18
Author: witokondoria <[email protected]>
Date: 2016-05-18 (Wed, 18 May 2016)
Changed paths:
M pom.xml
M src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/config.jelly
Log Message:
-----------
disable injected jelly tests and findbugs plugin
Commit: 4e1c73896ef6ea27afc2e0053005e69b3a50f9d5
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/4e1c73896ef6ea27afc2e0053005e69b3a50f9d5
Author: witokondoria <[email protected]>
Date: 2016-05-18 (Wed, 18 May 2016)
Changed paths:
M src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/config.jelly
Log Message:
-----------
uncommet config.jelly
Commit: 5eeffd8e1d506bf4aaa53ddfff47427762598796
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/5eeffd8e1d506bf4aaa53ddfff47427762598796
Author: witokondoria <[email protected]>
Date: 2016-05-23 (Mon, 23 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/vsphere/builders/Deploy.java
Log Message:
-----------
bumped timeout, check against non fetched IP
Commit: c80b9cc19e53ee3a3d46bca6ff2d2a2f9958e429
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/c80b9cc19e53ee3a3d46bca6ff2d2a2f9958e429
Author: witokondoria <[email protected]>
Date: 2016-05-24 (Tue, 24 May 2016)
Changed paths:
M src/main/java/org/jenkinsci/plugins/vsphere/builders/ExposeGuestInfo.java
M src/main/java/org/jenkinsci/plugins/workflow/vSphereStep.java
Log Message:
-----------
Hacky and scope creep getter for exposing env vars to pipelines @
ExposeGuestInfo
Commit: 6c7ce63529c64af1b85d1645ef38f9f552dee6b2
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/6c7ce63529c64af1b85d1645ef38f9f552dee6b2
Author: Jason Swager <[email protected]>
Date: 2016-06-07 (Tue, 07 Jun 2016)
Changed paths:
M .gitignore
M pom.xml
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/ConvertToVm.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/PowerOff.java
M src/main/java/org/jenkinsci/plugins/vsphere/builders/PowerOn.java
M src/main/java/org/jenkinsci/plugins/vsphere/builders/Reconfigure.java
M src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureCpu.java
M src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureDisk.java
M
src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureMemory.java
M
src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureNetworkAdapters.java
M src/main/java/org/jenkinsci/plugins/vsphere/builders/ReconfigureStep.java
M src/main/java/org/jenkinsci/plugins/vsphere/builders/Rename.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/builders/TakeSnapshot.java
M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java
A src/main/java/org/jenkinsci/plugins/workflow/vSphereStep.java
A src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/config.jelly
A src/main/resources/org/jenkinsci/plugins/workflow/vSphereStep/help.html
Log Message:
-----------
Merge pull request #45 from witokondoria/master
[JENKINS-34912] vSphere from Pipeline integation
Compare:
https://github.com/jenkinsci/vsphere-cloud-plugin/compare/4545172c82a4...6c7ce63529c6
--
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.