Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
/ jenkins-badge Public archive

Generate status badges from Jenkins build.

Notifications You must be signed in to change notification settings

gregberge/jenkins-badge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jenkins-badge

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.

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

About

Generate status badges from Jenkins build.

Resources

Stars

Watchers

Forks

Packages

No packages published