일기장/오류일기

[Jenkins] Failed to connect to repository: ~~

살찐만두 2023. 3. 6. 11:39
728x90

Jenkins랑 GitLab이랑 연동을 하는 중에 

Failed to connect to repository: command "git ls-remote -h -- https://gitlab.com/--/--.git head" 
returned status code 128

이런 에러가 자꾸 나서 연동이 안됐다.

이유는

credential을 만들 때 Username에 gitlab 아이디를 넣어야하는데 다른걸 넣어줘서 발생하는 오류였다.

다시 Username에 아이디 잘 넣고, password에 git token 잘 넣고 다시 생성해주니 성공했다ㅠ

 

 

https://ojm1484.tistory.com/58

 

Jenkins GitLab 연동하기

1. Jenkins 관리의 ManageCredentials로 이동한다. 2. Add credentails를 선택하여 - kind : Username with password - Scope : Global (Jenkins, nodes, items, all child items, etc) - Username : GitLab 사용중인 아이디 (중요)⭐️ - Password :

ojm1484.tistory.com

연동하는 방법만 담은 게시물이다!

728x90