gpt4 book ai didi

jenkins - Bitbucket和Jenkins远程构建触发器

转载 作者:行者123 更新时间:2023-12-04 16:14:49 25 4
gpt4 key购买 nike

我要达到的目的

使用Jenkins中的远程触发选项创建拉取请求时,从Bitbucket触发构建。因此,我在Jenkins中创建了一个作业,并配置为使用远程API触发构建。

Enter image description here

在Bitbucket中,我创建了一个Webhook来触发具有以下URL结构的构建:

http://jenkins_server_ip:port/job/job-name/build?token=<t1>

我收到以下错误:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 403 No valid crumb was included in the request</title>
</head>
<body>
<h2>HTTP ERROR 403</h2>
<p>Problem accessing /job/android-sample/build. Reason:

<pre> No valid crumb was included in the request</pre>
</p>
<hr>
<a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.z-SNAPSHOT</a>
<hr/>
</body>
</html>

我深入研究了互联网,有人说我们需要在Jenkins中使用crumbIssuer API,这是通过 wget完成的。如何在Bitbucket中使用它?

最佳答案

您可以在以下位置关闭CSRF安全检查:系统配置→配置全局安全→CSRF保护,然后取消选中该复选框。

关于jenkins - Bitbucket和Jenkins远程构建触发器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45306089/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com