what prevent you to deploy a release ? ( https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Releasingtojenkinsci.org )
2012/12/19 gavd_UK <[email protected]> > Hi all, > > We have just enhanced this plugin so it exposes all of JSLint's options > :-) You can now, for example, pass in -Dadsafe=true, -Dcontinue=true, or > specify a global set of things that are predefined with -Dpredef=foo,bar,baz > > The plugin has onscreen documentation explaining this stuff, it's very > easy though! > > Added as of tag 0.7.2. > > Would be cool to get this into the repos so others can easily install it > without having to compile it themselves - how do I go about that? > > Thanks, > - Gav > > On Thursday, July 19, 2012 5:03:25 PM UTC+1, gavd_UK wrote: >> >> 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<https://github.com/boxuk/jslint-jenkins-plugin> >> >> (there's also a writeup on the company blog http://www.boxuk.com/** >> labs/jslint-jenkins-plugin<http://www.boxuk.com/labs/jslint-jenkins-plugin> >> **that gives detailed setup instructions) >> >> Thanks, >> - Gav >> >>
