Hi I have a problem setting bitbucket hook in order to start a Jenkins trigger. I installed Jenkins on my local machine ad I use ngrok to create a unique url. In my bitbucket settings' project page I configured a webhooks in this way
http://myngrokurl/bitbucket-hook/
In my Jenkins project, under settings I flagged
Build when a change is pushed to BitBucket
But when I push on master branch I see the bitbucket-hook POST in my ngrok console but jenkins doesn't fire. There is something wrong in my settings?
I resolved my problem using the generic webhook Trigger Plugin https://wiki.jenkins.io/display/JENKINS/Generic+Webhook+Trigger+Plugin