mohamicorp / stash-jenkins-postreceive-webhook

Webhook used to notify Jenkins when commits are made to Stash
Other
138 stars 100 forks source link

Pull Request Update not sending an update #175

Open agururaja opened 7 years ago

agururaja commented 7 years ago

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?

mattadamson commented 7 years ago

What does your configuration look like? What version of stash / bitbucket are you using?

dodok1 commented 7 years ago

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.