drscream / bamboozled-ruby-plugin

Bamboozled Ruby Plugin for Atlassian Bamboo continuous integration/continuous deployment
Other
24 stars 9 forks source link

Auto create missing RVM gemsets #10

Closed rosskevin closed 8 years ago

rosskevin commented 8 years ago

I'm considering auto creating missing RVM gemsets on a CI server when the project changes them, based on .ruby-version and .ruby-gemset.

I'm open for comments, I'd like to hear if you would be against the server doing this automatically, or if it would be convenient.

rosskevin commented 8 years ago

After some thought, while convenient, this may be untenable for production control. Currently, a build can be setup for a specific gemset in the misc configuration, and this can mirror a production environment. Allowing the source to switch gemsets could put the build out-of-sync with the production environment.