Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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?

like image 876
Mantas Vidutis Avatar asked Dec 20 '11 22:12

Mantas Vidutis


2 Answers

A new plugin has been released recently for Jenkins—Github pull request builder.

If it does what it says on the tin it's probably what you want.

like image 85
sjbx Avatar answered Oct 03 '22 23:10

sjbx


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

like image 25
James O'Beirne Avatar answered Oct 04 '22 00:10

James O'Beirne