stash-jenkins-postreceive-webhook
stash-jenkins-postreceive-webhook copied to clipboard
Pull Request Update not sending an update
Use Case: Create a PR. Perform another commit so that the PR gets updated. When a PR is created, webhook triggers a notification and I can catch the same in the Jenkins job to trigger a build. But when the PR gets updated, there seems to be no notification triggered. Looks like the atlassian PullRequestUpdatedEvent may not be handled?
What does your configuration look like? What version of stash / bitbucket are you using?
Can you please confirm that your pull request is coming from forked repository? In that case is this issue regression of #66, where pull request rescope handling was removed.