Skip to content

node-ci/nci-shields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nci-shields

Build Status

Pretty svg status shields plugin for nci

Dependencies

nci-express

Installation

npm install nci-shields

Usage

Add this plugin to the plugins section at server config

plugins:
    #express plugin should be included before shields plugin
    - nci-express
    - nci-shields

after that you can get status shields:

  • http://localhost:3000/shields/:projectName.svg for project
  • http://localhost:3000/shields/builds/:id.svg for build
  • http://localhost:3000/shields/:projectName/revs/:rev.svg for project revision (any scm revision, tag, branch that was selected as target for the build)

Legal

Shields generated with shields.io

License

The MIT License

Releases

No releases published

Packages

No packages published