Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 2.02 KB

README.md

File metadata and controls

74 lines (45 loc) · 2.02 KB

jenkins-badges

Build Status codecov.io npm-version npm-downloads

Express application that creates shield.io badges from Jenkins plugins.

Live demo

http://jenkins-badges.mybluemix.net/

Note: If your jenkins is running behind a firewall or in a VPN you will need to won't be able to use the live demo.

Supported Plugins

Installation

$ npm install jenkins-badges -g

Usage

# Run with port number (default: 3000)
$ PORT=3000 jbadges
Server running on port: 3000

To generate a badge you need the Jenkins job url.

JaCoCo

  <application-url>/jacoco/coverage?job=<job-url>

Cobertura

  <application-url>/cobertura/coverage?job=<job-url>

Where: <application-url> is the express app and <job-url> is the Jenkins job.

Tests

Running all the tests:

$ npm test

Running a specific test:

$ mocha -g '<test name>'

License

MIT

Contributing

See CONTRIBUTING.

Inspiration