Posts Tagged ‘groovy’

Groovy for Hudson console

Tuesday, April 20th, 2010 by Jesper Rønn-Jensen

Hudson continuous integration server has a console which is good for testing scripts and access to commands that your Hudson jobs need. The hudson console only let’s you run Groovy script. To run commands on the machine, Groovy has the method “string”.execute(). So now I can use this snippet to test versions of Ruby, JRuby, […]