Skip to content

Commit 2d51bc4

Browse files
authored
[JENKINS-76366] Jenkins-Build is not triggered anymore when adding additional Commits to an existing PR (#1169)
Add PULL_REQUEST RESOPED event type which must be registered data center side, otherwise additional commits to existing PRs will not perform further builds
1 parent 5fae89d commit 2d51bc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/cloudbees/jenkins/plugins/bitbucket/impl/webhook/plugin/PluginWebhookManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public class PluginWebhookManager implements BitbucketWebhookManager {
7171
"PULL_REQUEST_OPENED",
7272
"PULL_REQUEST_REOPENED",
7373
"PULL_REQUEST_UPDATED",
74+
"PULL_REQUEST_RESCOPED",
7475
"REPOSITORY_MIRROR_SYNCHRONIZED", // not supported by the hookprocessor
7576
"TAG_CREATED"));
7677

0 commit comments

Comments
 (0)