Hi,
for triggering Jenkins Job I created a proxy service for Bitbucket Hooks. Now I can send request from Bitbucket Webook on each time new Pull Request is created. My Jenkins then runs some tests and depending on tests result it can Approve or Need Work status set to the pull request (vi Rest API)
And now question is: how to trigger a webhook when a commit is pushed to an open pull request? I was sure that I can handle this by Pull Request -> Modified event but this event is triggered only when "A pull request's description, title, or target branch is changed."
What I supposed to do now? Any suggestions?
Thank you
Best regards