简体   繁体   English

使用bitbucket-hook触发jenkins作业后无任何操作

[英]No action after triggering jenkins job using bitbucket-hook

I'm trying to trigger a job using bitbucket-hook. 我正在尝试使用bitbucket-hook触发作业。 I don't see anything in jenkins log but inspecting the network traffic I found the response from jenkins to bitbucket: 我在jenkins日志中什么都没有看到,但是检查网络流量后,我发现jenkins对bitbucket的响应:

T 12.34.56.78:8080 -> 131.103.20.165:36292 [AP]
HTTP/1.1 302 Found..X-Content-Type-Options: nosniff..Location: http://myserver:8080/bitbucket-hook/..Content-Length: 0..Server: Jetty(winstone-2.8)....

Any idea what can I check, test or do? 知道我可以检查,测试或做什么吗?

You may like to double-check the case of the letters you are using to configure the Jenkins/CI URL in Bitbucket. 您可能需要仔细检查用于在Bitbucket中配置Jenkins / CI URL的字母的大小写。

Remember the web-hook is case-sensitive. 请记住,网络挂钩区分大小写。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM