Re: How to implement to reboot the slave node

2013-06-25 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
This sort of thing can be done with the free cloud plugins as well (Amazon EC2, JClouds, etc.), where the technique is to launch a new, clean slave instance for each job that requires one, instead of rebooting an existing slave. - Original Message - From: jenkinsci-users@googlegroups.com

Re: How to implement to reboot the slave node

2013-06-25 Thread Daniel Beck
Jenkins Enterprise has the VMware Autoscaling plugin that might work for you. http://www.cloudbees.com/jenkins-enterprise-by-cloudbees-features-vmware-auto-scaling-plugin.cb > A very typical example of this functionality is to have Jenkins revert the VM > to the golden snapshot and power on in t

How to implement to reboot the slave node

2013-06-24 Thread Zhouping Liu
Hello Everyone, I'd like to do some special tests using jenkins-ci tool, which are executed on slaves, and have the requirement to reboot the testing slaves each time, as the tests need a fresh-install OS. But I can't find any plugins to do this, my workaround is to split the job into three jobs: