Show current state of Jenkins build on GitHub repo

前端 未结 12 1600
遥遥无期
遥遥无期 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 18:05

    If you have Github plugin installed on your Jenkins, you can do it in the Post build actions like this :

    set build status on github

提交回复
热议问题