0.1.1 • Published 10 years ago

jenkins-badge v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

jenkins-badge

Build Status Dependency Status devDependency Status

Generate status badges from Jenkins build.

Install

npm install jenkins-badge

Usage

  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:

Build status Build status Build status

License

MIT