Skip to content
#

GitHub

github logo

GitHub makes it easier for developers to be developers: to work together, to solve challenging problems, to create the world’s most important technologies.

Here are 543 public repositories matching this topic...

Ippo343
Ippo343 commented Apr 26, 2018

I would like a PR to be rebuilt if its target branch is updated.

Use case:

  • PR 1 is opened to develop;
  • PR 2 is opened to develop;
  • Jenkins notices and tests both.
  • PR 1 is accepted, breaks the build when PR2 is merged to develop;
  • Jenkins notices the merge on develop, re-tests PR2 and detects the failure.

It seems that the [bitbucket pluging](https://github.com/nishio-dens/bitbuck

jcabi-github