This plugin allows booting of Vagrant virtual machines, provisioning them and also executing scripts inside of them
The plugin is a complete re-write of the previous plugin made by rtyler
Features
- Uses Vagrant 1.x version 2
- Supports booting a Vagrant VM for your job
- Execute scripts inside the VM as the "vagrant" user
- Execute scripts inside the VM as the "root" user (via sudo)
- Provision the Vagrant VM via the configured provisioner(s) from the Vagrantfile
Links
Github repo
Open Github Issues
Major Known Issues
Currently none
Version History
v1.0.1 (2014.11.3) Initial release