Setup Bitbucket Cloud webhook

  • The app uses Bitbucket Cloud webhook to receive events such as a repostory push
  • To setup a webhook go to your Repository->Repository settings->Webhooks
  • Set an appropriate ‘Title’
  • Set the URL for the webhook to https://<your app server>/webhook
  • Select Push event under Repository as the trigger
  • If you are using self signed SSL certificates, you can check Skip certificate verification
  • Secure your webhook by ensuring that only Bitbucket IPs can comminucate with it (learn more)