在 Jenkins 中报错:Failed to connect to repository Command git ls-remote -h https gitlab.chinamcloud.compcspcs_api.git HEAD returned status code 128 的分析解决

1、参考网址:https://www.shuijingwanwq.com/2020/04/09/4084/ ,在 GitLab 中调整项目的所属组及其名称。

2、在 Jenkins 中配置后,报错:repository ‘https://gitlab.chinamcloud.com/pcs/pcs_api.git/’ not found,如图1

图1

Failed to connect to repository : Command "git ls-remote -h https://gitlab.chinamcloud.com/pcs/pcs_api.git HEAD" returned status code 128:
stdout:
stderr: fatal: repository 'https://gitlab.chinamcloud.com/pcs/pcs_api.git/' not found

3、分析组 php 下的用户列表,存在用户:JenkinsIntegration,如图2

图2

4、在组 pcs 下的用户列表,添加用户:JenkinsIntegration,身份为:Guest,如图3

图3

5、在 Jenkins 中配置后,报错:unable to access ‘https://gitlab.chinamcloud.com/pcs/pcs_api.git/’: The requested URL returned error: 403

Failed to connect to repository : Command "git ls-remote -h https://gitlab.chinamcloud.com/pcs/pcs_api.git HEAD" returned status code 128:
stdout:
stderr: fatal: unable to access 'https://gitlab.chinamcloud.com/pcs/pcs_api.git/': The requested URL returned error: 403

6、在组 pcs 下的用户列表,修改用户:JenkinsIntegration,身份为:Developer,如图4

图4

7、在 Jenkins 中配置后,未再报错,但是仍然构建失败。如图5

图5

8、联系运维在 Registry 上新建 pcs_api 后,构建成功。如图6

图6

永夜