Jenkins, There's a new Ruby library in town called *jenkins-client*. It's pretty rudimentary, but we think it's a beginning of something good.
https://github.com/john-griffin/jenkins-client Aside of being a Ruby gem that lets your application interact with Jenkins, the next release contains a command-line client. Right now the code is capable of doing just a few commands, such as jenkins jobs with *jenkins --url jenkins.example.com:8080 -u jenkins -p password jobs*. It supports returning JSON results as well with *--json*. Basically all the moving parts are there to make a super awesome no-brainer Jenkins command-line interface. If you keep shell scripts around that interact with Jenkins, this is your chance to get rid of them and put them into a supported and tested codebase. Join the fun by contributing a command or two. We also want to add a secure way to store credentials locally and manage multiple jenkins servers. cheers dB. -- dB. | Moscow - Geneva - Seattle - New York dblock.org <http://www.dblock.org> - @dblockdotorg<http://twitter.com/#!/dblockdotorg>