-
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
-
[JENKINS-35674] Pull requests not rebuilt when destination commit changes
Workflow | Original: JNJira [ 172028 ] | New: JNJira + In-Review [ 184557 ] |
Link |
New:
This issue relates to |
Link | New: This issue is blocked by JENKINS-45502 [ JENKINS-45502 ] |
Link | New: This issue relates to JENKINS-42822 [ JENKINS-42822 ] |
Priority | Original: Major [ 3 ] | New: Minor [ 4 ] |
Assignee | Original: Antonio Muñiz [ amuniz ] | New: Nikolas Falco [ nfalco ] |
Note that this behaviour wouldn't work for everyone, because it can trigger build storms:
JENKINS-37491.