Bitbucket plugin for jenkins not working. Response body return HTTP status: 302
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:
In bitbucket:
All requests results in Response body return HTTP status: 302
someting wrong?
请将您的Jenkins webhook放置在项目webhook配置中,如下所示: http://<Name of Jenkins server>:8080/bitbucket-webhook/
如果Jenkins未在8080上运行,请将相应的端口放在URL中运行Jenkins的位置。