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

后端 未结 5 1070
情书的邮戳
情书的邮戳 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:50

    If you happen to be using Cloudbees, they offer their own pull request builder plugin.

    https://wiki.cloudbees.com/bin/view/DEV/Github+Pull+Request+Validation

    The advantages they tout over the standard Jenkins Github pull request builder is that it runs as a "tenant-isolate" program, preventing the code in the pull request from snooping around for passwords or ssh keys. I could see this being particularly useful for a public project.

提交回复
热议问题