-
Bug
-
Resolution: Not A Defect
-
Major
-
Jenkins ver. 1.554.1
vSphere 5.1
vSphere Plugin 1.1.10
Wakeup with "Force VM launch" and "Wait for VMTools" switches doesn't do any delay from "Delay between launch and boot complete" option.
[rusbuilder-vTest] Starting Virtual Machine...
[rusbuilder-vTest] Reverting to snapshot:Clean
[rusbuilder-vTest] Powering on VM
[rusbuilder-vTest] Waiting for VMTools
....
NLP agent connected from /10.73.2.118
<===[JENKINS REMOTING CAPACITY]===>Slave.jar version: 2.36
Dies ist ein Windows-Slave
Slave successfully connected and online
[rusbuilder-vTest] VM Tools are running
[rusbuilder-vTest] Finished wait for VMTools
[rusbuilder-vTest] Running disconnect procedure...
[rusbuilder-vTest] Shutting down Virtual Machine...
Connection terminated
[rusbuilder-vTest] Attempting a graceful shutdown
- is related to
-
JENKINS-55789 Document expected bug 23212 - idle timeout overrides boot
-
- Open
-
I believe that this expected. Although Jenkins is starting the VM (power on), the VM is starting the slave agent on its own. It could be using the Windows Service, Task Scheduler or something else. Your config screen confirms that the slave agent is being started via JNLP.
The log is showing that the JNLP is connecting (from the VM side) before the timeouts have ended on the Jenkins side. This is fine.
The rapid disconnect is probably occurring due to the your idle disconnect timer. You have it set to 1 minute.