rtyler / vagrant-plugin

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

Separate provisioning into a separate build step #2

Closed rtyler closed 12 years ago

rtyler commented 12 years ago

We're currently running vagrant up (effectively) which will do a provision by default if it's configured.

Really I don't think this should be done in the set up, but rather as a separate build step.

The reasoning behind this is that we might want to pull down separate artifacts or otherwise prepare the Jenkins workspace before running the provision.