I'm using Jenkins to run my builds, and update the github status of my projects.
This works fine.
I'd like to show the status of the build using http://shields.io/ on my README.md
, like Travis does it.
Any thought of how can I do that ?
I don't want to use Travis for my project, I want to keep Jenkins.
Thanks !