Use the Jenkins continuous integration server
Go to file
R. Tyler Croy 8fb478355c Prune the Kernel#puts override i nspec_helper
Not sure why this was here, but it's adding stupid HTML into everything!
2012-07-29 21:35:55 -07:00
java-runtime [maven-release-plugin] prepare for next development iteration 2012-03-22 09:55:06 -07:00
ruby-runtime Prune the Kernel#puts override i nspec_helper 2012-07-29 21:35:55 -07:00
ruby-tools Tag all the cucumber scenarios that require a Jenkins server to be started. 2012-07-29 19:12:28 -07:00
.gitignore ignare .gradle/ directories 2012-03-29 10:45:41 -05:00
.travis.yml Merge remote-tracking branch 'jenkins-plugin-runtime/unify-the-repos' 2012-02-09 11:39:57 -06:00
README.md Change references to jenkinsci 2012-04-10 22:56:42 -04:00
Rakefile Add a root Rakefile for running the tests 2012-07-29 19:13:55 -07:00
pom.xml Change references to jenkinsci 2012-04-10 22:56:42 -04:00

README.md

Jenkins.rb - Ruby tools and SDK for Jenkins

This is the Jenkins Ruby toolkit. You can use it to build, test and release Jenkins plugins written in Ruby.

It also contains a jenkins command line tool which you can use to interact with a Jenkins server from the terminal.

Developing Ruby Plugins

Documentation for Ruby plugin development is on the wiki