Comment on Travis CI integrated into GitHub pull requests thanks to new Commit Status APIparentComments−kinow14yI think BuildHive (https://buildhive.cloudbees.com/) supports Pull Requests too. I'm using for my repositories, and I have an internal Jenkins server for private repositories.−timdorr14yYes, they do: https://github.com/jenkinsci/github-plugin/pull/17Kohsuke Kawaguchi (the creator of Jenkins) has added this API to his Java library for Github: https://github.com/kohsuke/github-api/commit/892d2acaa2ca737... So, it's just a matter of time until that trickles downstream to the plugin and BuildHive.
Comments
I think BuildHive (https://buildhive.cloudbees.com/) supports Pull Requests too. I'm using for my repositories, and I have an internal Jenkins server for private repositories.
Yes, they do: https://github.com/jenkinsci/github-plugin/pull/17
Kohsuke Kawaguchi (the creator of Jenkins) has added this API to his Java library for Github: https://github.com/kohsuke/github-api/commit/892d2acaa2ca737... So, it's just a matter of time until that trickles downstream to the plugin and BuildHive.