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...