rtyler / vagrant-plugin

An experimental Vagrant plugin for Jenkins
https://wiki.jenkins-ci.org/display/JENKINS/Vagrant+Plugin
103 stars 45 forks source link

Suggestion: support alternate providers #40

Open EronWright opened 10 years ago

EronWright commented 10 years ago

Vagrant supports numerous providers, i.e. VirtualBox, VMWare, etc. The provider may be specified as 'vagrant up --provider xyz' or as an environment variable 'VAGRANT_DEFAULT_PROVIDER'. reference

Somehow one should be able to configure which provider to use.