Re: Slave graceful shutdown

2012-09-05 Thread Andrew Melo
Wednesday, September 5, 2012 12:11 PM > *Subject:* Slave graceful shutdown > > Hello all, > > Is there a way to configure a jenkins slave to run exactly one job then > terminate? We'd like to have a VM that starts up in a bare state, starts a > slave and reboots after e

Re: Slave graceful shutdown

2012-09-05 Thread Mark Waite
Waite > > From: Andrew Melo >To: jenkinsci-users@googlegroups.com >Sent: Wednesday, September 5, 2012 12:11 PM >Subject: Slave graceful shutdown > > >Hello all, > > >Is there a way to configure a jenkins slave to run exactly one j

Slave graceful shutdown

2012-09-05 Thread Andrew Melo
Hello all, Is there a way to configure a jenkins slave to run exactly one job then terminate? We'd like to have a VM that starts up in a bare state, starts a slave and reboots after each job (which will revert the VM to the previous state), but I'm not sure how to implement it. Thanks, Andrew --