jenkins.rb/java-runtime
Kohsuke Kawaguchi e50f4faf10 [maven-release-plugin] prepare for next development iteration 2012-03-22 09:55:06 -07:00
..
src Allow the caller to set ordinal. 2012-03-22 08:07:14 -07:00
README move into subdirectory as part of the grand unification. 2012-02-09 11:19:56 -06:00
pom.xml [maven-release-plugin] prepare for next development iteration 2012-03-22 09:55:06 -07:00

README

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.