|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.

I'm seeing similar behavior. I'm just getting started with this plugin and I'm running very simple tests right now on two VMs. For both VMs, the Jenkins job
A. creates a file at /tmp/AppIsInstalled
B. reverts the VM
C. powers on the VM
D. verifies that /tmp/AppIsInstalled (thus verifying that the app is no longer installed in my toy scenario)
This succeeds on one VM and fails on another. The failure is:
The succeeding output is:
Now on the VM where it fails, everything works correctly, by which I mean the VM is reverted and restarted, and the /tmp file is deleted. I can verify this manually. The only part that fails is where Jenkins fails to return to the program flow. I don't know enough about vSphere to know if this is something about how the failing VM is configured. I'm talking with my data center folks to try to figure this out, but this ticket looks so similar to my behavior that I wonder if it is the same cause.