Show current state of Jenkins build on GitHub repo

前端 未结 12 1621
遥遥无期
遥遥无期 2020-11-28 17:34

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

12条回答
  •  北荒
    北荒 (楼主)
    2020-11-28 17:44

    This plugin should work: https://wiki.jenkins-ci.org/display/JENKINS/Embeddable+Build+Status+Plugin

    You should be able to embed badges like this into your README.md file:

    build passing

提交回复
热议问题