ruby on rails - Installing software on Jenkins? (Particularly RVM) -


i trying jenkins set build rails project on ec2 instance, not sure need do. have set users , required login before accessing jenkins , linked github repo project, can't figure out how ruby installed.

i able install rvm, , have build script run bundle , rake build every time new commit pushed github.

how rvm set on jenkins?

please install plugin through jenkins admin interface.

jenkins rvm plugin

after installation, restart jenkins.

create new job build project , go configure page.

here see option mention rvm ruby version need use.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

c# - Retrieve google contact -

javascript - How to insert selected radio button value into table cell -