rtyler / vagrant-plugin

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

Incorporate snapshotting via the vagrant-snap plugin #11

Open rtyler opened 12 years ago

rtyler commented 12 years ago

This looks promising (or perhaps this thingie over here)

I have a couple ideas that could be interesting:

beefsalad commented 11 years ago

Oh jedi master, guide me in the right direction and I will attempt to incorporate sahara until the plugin.

I would like to be able to use the vagrant-plugin to

An option to keep or destroy the box would be ideal. In case of failure, I would need to be able to login to the box to pull puppet logs, etc..

leandro-lucarella-sociomantic commented 10 years ago

I'm usually use vagrant with the snapshot plugin to build several projects faster. Basically I do all the provision on the VM and save the snapshot. Then when I build I use the snapshot instead of the base image+provisioning and is way faster!

I didn't try this plugin though, but I'm really concerned about the time it'll take to do CI with this enabled.