如何为Jenkins

时间:2018-04-20 08:31:53

标签: jenkins bitbucket hook

由于BitBucket 5.4不再需要安装一些插件来启用webhooks到jenkins(推送到bitbucket - >触发jenkins构建)。

我现在正试图在我们的BitBucket 5.9.1上配置它。 我点击了我的回购中创建webhook:

Name: test-webhook
URL: https://ourjenkins/
secret: MyToken

在我的jenkins工作中,我已配置Trigger builds remotely (e.g., from scripts)并添加了相同的令牌:MyToken

当我测试设置时,我得到了403:

Authentication required
<!--
You are authenticated as: anonymous
Groups that you are in:

Permission you need to have (but didn't): hudson.model.Hudson.Read
 ... which is implied by: hudson.security.Permission.GenericRead
 ... which is implied by: hudson.model.Hudson.Administer
-->

我缺少认证的内容?我希望令牌可用于验证但似乎无法正常工作。

1 个答案:

答案 0 :(得分:3)

转到Jenkins - &gt;管理Jenkins - &gt;配置全局安全性

授权

下选择基于项目的矩阵授权策略

设置匿名用户读/写Jenkins作业的权限。检查整体读取是否适用于您的情况。您也可以尝试其他选择。