当启用 Windows 身份验证时,BitBucket 触发 jenkins 通过帖子构建不起作用

发布于 2025-01-04 05:45:45 字数 669 浏览 1 评论 0原文

在 BitBucket 中,我有一个 POST 服务设置,希望远程触发我的 jenkins CI 服务器上的构建,但当我推送到我的 BitBucket 帐户时,它似乎不起作用。

我在托管 jenkins 的服务器上启用了 Windows 身份验证。

我尝试使用以下网址提供 POST 服务:

http://username:[email protected]/job/MyProject/build

此网址在我的浏览器中有效。我尝试了curl并收到了此错误:

curl: (47) Maximum (50) redirects followed

我猜测无论BitBucket发出请求,凭证都未正确发送。

IIS 日志:

x.x.x.x POST /job/MyProj/build - 80 - x.x.x.x Bitbucket.org 401 2 5 62

有什么想法或解决方法吗?

In BitBucket, I have a POST service setup with hopes to remotely trigger a build on my jenkins CI server but when I push to my BitBucket account, it appears to not work.

I have windows auth enabled on the server that hosts jenkins.

I tried supplying the POST service with this url:

http://username:[email protected]/job/MyProject/build

This url works in my browser. I tried curl and received this error:

curl: (47) Maximum (50) redirects followed

I'm guessing however BitBucket makes the request, the credentials are not sent correctly.

IIS Log:

x.x.x.x POST /job/MyProj/build - 80 - x.x.x.x Bitbucket.org 401 2 5 62

Any ideas or workarounds?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

口干舌燥 2025-01-11 05:45:45

启用基本身份验证和 Windows 身份验证就可以了。我知道bitbucket是用Python编写的。也许 Python 和 Windows Auth 不能很好地协同工作?

Enabling both basic auth and windows auth did the trick. I know bitbucket is written in Python. Maybe Python and Windows Auth don't play well together?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文