-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Blocker
-
Component/s: vsphere-cloud-plugin
-
None
-
Environment:Jenkins Jenkins v. 2.130
vSphere v. 6.5.0 Build 7070488
vSphere cloud plugin v. 2.18
I'm trying to create a VM from template via Jenkins pipeline using the following code
node() {
vSphere buildStep: [$class: 'Clone', clone: 'windwaker-gccloned', powerOn: false, sourceName: 'windwaker-gc', datastore:'Datastore2_Dev_Qa', resourcePool:'Normal'], serverName:'vcr-dev'
}
The code fails with the following exception:Â
ERROR: vSphere Error: Source Template "windwaker-gc" requires at least one snapshot.
Â
This was supposed to be fixed in https://issues.jenkins-ci.org/browse/JENKINS-24661