简体   繁体   中英

Jenkins - Git - Repository not found

I am trying to run a Jenkins job which checks out code from a Git repository. When I set the GIT repository, I'm getting the next error:

错误

I am using the next software versions:

  • Jenkins 2.289.1 in Windows 7.
  • Git client: v2.29.2
  • Gitea Versión: 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.

Checking logs I can see:

错误日志

What I'm doing wrong?

Thanks in advance!

First - check credentials you are using to get access to gitlab. Second - check if your username has access to the gitlab group/project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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