Pretty svg status shields plugin for nci
npm install nci-shields
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 projecthttp://localhost:3000/shields/builds/:id.svg
for buildhttp://localhost:3000/shields/:projectName/revs/:rev.svg
for project revision (any scm revision, tag, branch that was selected as target for the build)
Shields generated with shields.io