Hi,
We setup bitbucket (Server edition, version 5.16.0) to merge a pull request when all reviewers approve and have at least 1 succesfull build.
When a pull request is created, this will trigger our Jenkins-based build, using add-on Pull Request Notifier for Bitbucket Server.
Suppose I have 3 pull requests on 3 different feature branches, how I can control bitbucket that a rebuild for the 2nd and 3rd pull request will be started after the 1st pull request has been succesfully merged to the target branch? I configured the add-on to trigger a build on the event "RESCOPED TO" as documented at https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket, but without any success so far.
All suggestions are welcome.
Regards,
Marc