Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

jenkinsci/ruby-runtime-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+plugin+development+in+Ruby for other dependencies

1. switch to JRuby
    $ rvm jruby
2. build the plugin with maven
    $ mvn install

If ./src/main/resources/ruby/vendor directory doesn't exist, Maven will run "bundle install".
But otherwise it'll skip it for efficiency.