I'm trying to setup the jenkins integration with bitbucket as per this tutorial: https://www.youtube.com/watch?v=SSxZYKea700&t=142s
I'm trying to make the following settings:
In jenkins:
- Respository: (my repos and credentials)
- Branches do build: "*/dev"
- In trigger I check "Build when a change is pushed to BitBucket"
In bitbucket:
- In my project / configuration / Add Webhook, I set webhook with title "jenkins" and url "http://jenkins.b1solucoes.com.br/bitbucket-hook/"
All requests results in Response body return HTTP status: 302
someting wrong?