当前位置:   article > 正文

jenkins gitlab拉取代码报错:returned status code 128_returned status code 128:

returned status code 128:

部署在windows服务器上的jenkins 设置源码管理为Git 报错:gitreturned status code 128

jenkins配置源码管理-gitlab验证时报错

全局凭证 用的是Username and password 所以git的源地址理应是http:// xxxxxx.git

上面看你是不是这么配的

报错:

Failed to connect to repository : Command "git ls-remote -h https://gitlab.example.com/root/test-repo.git HEAD" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitlab.example.com/root/test-repo.git/': Peer's certificate issuer has been marked as not trusted by the user.
  • 1
  • 2
  • 3

问题排除

先去jenkins所在服务器 用这个命令试试 服务器能不能拉得下代码

git clone http://邮箱(或用户名):密码@gitlab.example.com/root/test-repo.git/
  • 1

如果猜的没错 报同样的错: 找不到项目

问题解决

去服务器—>打开控制面板–>凭据管理–>可以看到这里有一条git地址的凭证–>修改用户名密码或者删除凭证

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/528445
推荐阅读
相关标签
  

闽ICP备14008679号