jenkins-badge

0.1.1 • Public • Published

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

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i jenkins-badge

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • neoziro