天天看点

【Devops】【docker】【CI/CD】jenkins源码管理,添加SSH地址后报错+Jenkins构建报错:Please make sure you have the correct access rights and the repository exists.

jenkins源码管理,添加SSH地址后报错:

  Could not read from remote repository.

  Please make sure you have the correct access rights and the repository exists.

有的在使用SSH地址,在jenkins上拉取Gitlab上的项目,可能会报错:

这是刚添加完gitlab地址,就报的错。

【Devops】【docker】【CI/CD】jenkins源码管理,添加SSH地址后报错+Jenkins构建报错:Please make sure you have the correct access rights and the repository exists.

也有可能此时没有报错,但是在进行jenkins构建的时候,报错:

【Devops】【docker】【CI/CD】jenkins源码管理,添加SSH地址后报错+Jenkins构建报错:Please make sure you have the correct access rights and the repository exists.

View Code

解决方法:

1.gitlab上拉取地址正确无误

2.各个必要的插件都安装成功

在确保了上面两点都无误的情况下,可以改用Http地址去clone项目!!!!!!!