Show current state of Jenkins build on GitHub repo

前端 未结 12 1601
遥遥无期
遥遥无期 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:59

    I followed the directions from Alex and it worked.

    But, for GitHub Enterprise you need to modify the API URL when adding the server to Jenkins.

    For example, if your company is creditcard.com, your URL would be

    https://github.creditcard.com/api/v3/

提交回复
热议问题