Is there a way to use Jenkins with Github Pull Requests?

后端 未结 5 1011
情书的邮戳
情书的邮戳 2021-01-31 19:23

I want Jenkins to automatically find and run the test suite for every branch that is part of an open pull request. Is this possible with some Jenkins plugin I have not found?

5条回答
  •  一向
    一向 (楼主)
    2021-01-31 19:59

    I found the Jenkins Github pull request builder plugin unusable, so I wrote a little daemon that synchronizes Jenkins jobs with PRs, then comments build status back to each PR's comment thread. You can find it here: https://github.com/percolate/jennifer

提交回复
热议问题