Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个 Jenkins 安装,它使用 OpenID 插件来验证我们公司的用户。我们遇到的问题是我们的源代码控制(Kiln/Mercurial)以匿名方式或通过用户名/密码向 Jenkins 推送通知。由于所有用户都使用 OpenID,我无法使用用户名/密码。话虽如此,匿名用户能够在 Jenkins 中启动工作构建的最低权限是多少?
如果您使用基于矩阵的安全性(或基于项目的矩阵),用户需要勾选“作业”组中的“构建”列。