-
Improvement
-
Resolution: Incomplete
-
Major
-
None
-
Jenkins 2.138.2
vSphere Plugin 2.18
Started by user
***********|http://*******.com:8080/user/*******]
[EnvInject] - Loading node environment variables.
Building remotely on
drake
in workspace C:\cygwin\home\current\workspace\DeployVM
[vSphere]
[vSphere] Performing vSphere build step: "Deploy VM from template"
[vSphere] Attempting to use server configuration: "E**Vcenter"
[vSphere] Deploying new vm "AUTNEW" from template "*******_Template"
Finished: SUCCESS
Above logs are displayed in console logs of vsphere job, But when i checked the vcenter for the VM existence VM is not created. Still the jenkins says job status success.
I am blocked because of this and no VM creation is happening.
But Datastore is available in vsphere.
Attached logsJenkins.txt from /var/log/jenkins/.
- is caused by
-
JENKINS-38472 vSphere build steps declare success on failure
-
- Open
-
Sorted out the issue, I was using Datastore_Cluster name in place of individual datastore name,
Hence i have marked this as an improvements.
As while using for CICD whenever the datastore gets exhausted manual intervention is required to change to other datastore, If the Datastore Cluster value is also accepted for VM provisioning that would support CICD.