Issue Type: Improvement Improvement
Assignee: david_calavera
Components: rake
Created: 26/Feb/14 8:55 AM
Description:

Background:
The rake version dropdown list refers to all of the rvm environments which had existed on the system the last time the plugin was loaded or the last time the jenkins configuration page was saved.

Problem:
When creating new builds using the jenkins API, I want to also create isolated gemsets for the builds.

  • The plugin does not know about all of the existing gemsets during the build (the gemset may have been created on an earlier step of the build using the rvm Build environment setting)
  • The plugin does not create non-existing gemsets during the build

Suggested Improvement:
It would be nice for the dropdown list to be a combo box which allows free form text input. Then during a build, if the gemset entered is not known about yet, the rake plugin would

1. attempt to read the environment for the specified gemset
2. If number one fails, make an attempt at creating that gemset using rvm
3. If that fails, fail the build

Project: Jenkins
Priority: Major Major
Reporter: Brian Fletcher
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to