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:

  • 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?


    请将您的Jenkins webhook放置在项目webhook配置中,如下所示: http://<Name of Jenkins server>:8080/bitbucket-webhook/如果Jenkins未在8080上运行,请将相应的端口放在URL中运行Jenkins的位置。

    链接地址: http://www.djcxy.com/p/45438.html

    上一篇: Spring Excel下载文件中返回的随机数据

    下一篇: Bitbucket插件为詹金斯不工作。 响应正文返回HTTP状态:302