Show github build status in readme.md
Asked Answered
H

2

9

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 !

Heir answered 18/6, 2014 at 13:43 Comment(2)
Seems like #14274793 has some information about how to do itEngelhart
Thanks Steven, I already saw this, I used this answer : https://mcmap.net/q/126235/-show-current-state-of-jenkins-build-on-github-repo And as said, I'm able to see the result of my build github branch view. But I'd like to see it on the main page of my project, i.e. to insert it in the readme.Caro
A
3

Shields.io has progressively added support for Jenkins over the years and now has a variety of badge options available:

Ashbaugh answered 24/8, 2018 at 21:2 Comment(0)
P
0

From shield.io's homepage and it's source code, it doesn't seem to be possible yet.

But shield.io is based on that open source project, so you can send a PR with the integration code. You can check how other integrations work and add the one you are missing. It shouldn't be that hard.

If you really think you won't be able to do it, you can try opening an issue in that repo and hope someone else implements it.

Panegyric answered 20/11, 2015 at 2:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.