wolfeidau / rake-bamboo-plugin

Plugin for bamboo which enables building of ruby projects using rake
Other
34 stars 16 forks source link

Feature Request: Auto creation of RVM Gemset per plan. #73

Closed jarsever closed 10 years ago

jarsever commented 10 years ago

Are there plans to add an option for creating a new gemset when a plan starts to build? It would be a nice feature to have in order to more fully streamline builds while keeping all of the ruby environments separate.

Instead of selecting an already existing gemset, allow us to choose 'custom' or 'new' and enter a title for it. It will then proceed to create the new gemset, use it and then install into that new environment. I think that this would be very useful for many people. Thanks.

jarsever commented 10 years ago

I'm closing this request because after testing it really doesn't hold much weight. If you select the default gemset gems will be installed into their own environment and won't overlap into other tests. Thanks for the plugin. :)