我在私有Gitlab v9.0实例上创建并配置了一个项目.我已经在Jenkins v2.46.1上导入了这个项目,与gitlab的连接成功了.之后,我尝试在gitlab中从repo配置push事件的构建触发器.我已经在jenkins上为它生成了秘密令牌,并在我尝试测试webhook时添加了带有Gitlab CI URL和秘密令牌的webhook,它在异常下面返回了我
Hook executed successfully but returned HTTP 403 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>Error 403 anonymous is missing the Job/Build permission</title> </head> <body><h2>HTTP ERROR 403</h2> <p>Problem accessing /project/tapp-builder-service. Reason: <pre> anonymous is missing the Job/Build permission</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/> </body> </html>Run Code Online (Sandbox Code Playgroud)
有谁可以帮我解决这个问题?