Hello, I've written a Jenkins plugin that I would like to add. It runs JSLint and outputs in the Checkstyle format. It doesn't require a build script and has no dependencies (e.g. you don't need Rhino or Node installed), you can just point it at some files in your checkout. It's useful for a simple way to apply JSLint to a build.
The source code and documentation is at: https://github.com/boxuk/jslint-jenkins-plugin (there's also a writeup on the company blog http://www.boxuk.com/labs/jslint-jenkins-plugin that gives detailed setup instructions) Thanks, - Gav
