windows - Jenkins / Vagrant / VirtualBox - Virtualbox is running as the system user? -



windows - Jenkins / Vagrant / VirtualBox - Virtualbox is running as the system user? -

i'm pretty new both virtualbox , vagrant, not jenkins. have jenkins build beingness run on windows slave running "vagrant up" in specific directory. there problem vm- went directory , tried manually run vagrant , started recloning box. investigating, virtualbox vms folder beingness stored in /windows/system32... have looked , jenkins process , virtualbox process definately beingness run user business relationship running jenkins slave. if log business relationship , launch virtualbox, looks vms in business relationship home directory though!

i prepare pointing both accounts 3rd location, understand why happening. takers?

according docs, since virtualbox 4.0, default location virtual machines saved current scheme user's home directory. so:

c:\documents , settings\<username> on windows /users/<username> on mac os x /home/<username> on linux , solaris

take @ default machine folder settings of virtualbox on windows slave see if has changed path /windows/system32

file > preferences > general > default machine folder

also, assuming using jenkins vagrant plugin spawn vagrant box? (if not, should). afaik, plugin doesn't require scheme administrator privilege on slave machine.

windows jenkins vagrant virtualbox

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -