0.6.0 • Published 5 years ago

jenkins-badges v0.6.0

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

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