-
Bug
-
Resolution: Unresolved
-
Minor
-
None
When there is a pull request from feature branch to master branch and someone else either commits something directly to master or merges another pull request, the pull request is not rebuilt - bitbucket-branch-source plugin only checks PR HEAD, but not its destination. PR should be rebuilt when either HEAD or DESTINATION changes.
- is blocked by
-
JENKINS-45502 Add concept of "interesting" to SCMHead and SCMRevision
-
- Open
-
- is duplicated by
-
JENKINS-51765 PRs are not rebuilt after their target branch is updated
-
- Resolved
-
- relates to
-
JENKINS-37491 Build Origin PRs (merge with base branch) conducts rebuilds when baseline changes
-
- Closed
-
-
JENKINS-42822 Github organisation PR -merge builds don't run if master updated
-
- Open
-
-
JENKINS-55927 Multibranch pipeline scan is triggered in case of remote pull request merge
-
- Closed
-
Note that this behaviour wouldn't work for everyone, because it can trigger build storms:
JENKINS-37491.