Hi,

I have access to an Esxi-Server used by a vSphere instance. I set up a 
vsphere cloud in my Jenkins installation properly ("Test connection" works).
I set up a template VM (Windows 10) with a Snapshot, Autologon and 
Autostart according to 
https://github.com/jenkinsci/vsphere-cloud-plugin/blob/master/docs/vm-configuration.md
I configured a startup template in the vSphere cloud according to: 
https://github.com/jenkinsci/vsphere-cloud-plugin/blob/master/docs/jenkins-configuration.md
I'd like to use the approch "Static configuration" mentioned for startup of 
the nodes.
In the vSphere cloud I made the plugin use "VC9-build" als label for the 
nodes.
Then I changed a build job based on that Jenkinsfile (declarative):

#!groovy
pipeline {
    agent { 
        label 'VC9-build'
    }
...
}


My expectation is that after start of the job the vsphere plugin would 
clone a VM in ESXI, start that up, connect it to jenkins and make the job 
run there.
Instead I only have a job in may waiting queue with the name "part of 
${jobname}" and I can't see anything on vSpere so I guess clone of the 
machine didn't even start.
Am I missing a link somewhere in to make the node creation start?

BR,
Christoph

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/958d3d68-861c-4d8d-b6a7-c46afc8ef45c%40googlegroups.com.

Reply via email to