简体   繁体   English

Jenkins - Git - 未找到存储库

[英]Jenkins - Git - Repository not found

I am trying to run a Jenkins job which checks out code from a Git repository.我正在尝试运行 Jenkins 作业,该作业从 Git 存储库中检出代码。 When I set the GIT repository, I'm getting the next error:当我设置 GIT 存储库时,出现下一个错误:

错误

I am using the next software versions:我正在使用下一个软件版本:

  • Jenkins 2.289.1 in Windows 7. Windows 7 中的 Jenkins 2.289.1。
  • Git client: v2.29.2 Git客户端:v2.29.2
  • Gitea Versión: 73ce024 Gitea 版本:73ce024

User and password is required to access my repositories in Gitea through the web console, so I've added an user/password credential in the repository configuration section.通过 Web 控制台访问 Gitea 中的存储库需要用户和密码,因此我在存储库配置部分添加了用户/密码凭据。

Checking logs I can see:检查日志我可以看到:

错误日志

What I'm doing wrong?我做错了什么?

Thanks in advance!提前致谢!

First - check credentials you are using to get access to gitlab.首先 - 检查您用于访问 gitlab 的凭据。 Second - check if your username has access to the gitlab group/project.其次 - 检查您的用户名是否有权访问 gitlab 组/项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM