Show current state of Jenkins build on GitHub repo

Is there a way to show the Jenkins build status on my project’s GitHub Readme.md?

I use Jenkins to run continuous integration builds. After each commit it ensures that everything compiles, as well as executes unit and integration tests, before finally producing documentation and release bundles.

There’s still a risk of inadvertently committing something that breaks the build. It would be good for users visiting the GitHub project page to know the current master is in that state.

14 Answers
14

Leave a Comment