I am running Vagrant via Jenkins.  I have 6 different Jenkins builds 
running 6 different vagrantfile. Each are similar with slight differences 
(different IPs, Ports and Setup steps).  So it is possible for Jenkins to 
have vagrant up running multiple times but from different locations. 
 Jenkins runs:

vagrant up
vagrant ssh << END
cd dev/
npm run-script test
exit
END

So I get the following error in all the other builds running when one 
script hits exit or END (not sure): 

Connection to 127.0.0.1 closed by remote host.



Any ideas how to not exit the other vagrants?


-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" 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.

Reply via email to