This plugin is no longer actively maintained, you can still use it but issues will not be resolved. If you want the npm name, you can contact me by email.
Generate status badges from Jenkins build.
npm install jenkins-badge
Usage: jenkins-badge [options]
Options:
-h, --help output usage information
-V, --version output the version number
-u, --url <url> Jenkins url (http://user@password:url:port) <url>
-p, --port [port] Port (default 2323)
--no-strict Use non-strict SSL
Then you can include this type of markdown in your page:
[![Build status](http://yourjenkins.com/job/your-job)](http://yourjenkins.com:2323/your-job)
The result will be:
MIT