gitlab 10.8.3 设置webhook,点击“Test”出现下列提示:
Hook execution failed: URL 'http://192.168.20.202:8082/project/myproject' is blocked: Requests to localhost are not allowed
gitlab deploy keys中有添加了id_rsa.pub 公钥
jenkins中也有添加了id_rsa 私钥和gitlab API token
gitlab 10.8.3 设置webhook,点击“Test”出现下列提示:
Hook execution failed: URL 'http://192.168.20.202:8082/project/myproject' is blocked: Requests to localhost are not allowed
gitlab deploy keys中有添加了id_rsa.pub 公钥
jenkins中也有添加了id_rsa 私钥和gitlab API token
这个报错的意思是不允许在本机进行传输,只需要在gitlab里做如下操作就行。