반응형 bitbucket2 [Jenkins]Failed to connect to repository : Command "git ls-remote -h -- git@bitbucket.org:abc/example.git HEAD" returned status code 128: 에러 목차 증상 젠킨스에 소스코드 연결하려고 하는데 다음과 같은 에러 발생 (Credentials는 이미 있는상태) Failed to connect to repository : Command "git ls-remote -h -- git@bitbucket.org:abc/example.git HEAD" returned status code 128: stdout: stderr: Resource not found fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 원인 잠시만 생각해 보니 ssh key 등록을 해당 repository에 입력하지 않.. 2023. 9. 15. [jenkins] bitbucket webhook 설정 목차 webhook 설정은 github이나 gitlab과 비슷할줄 알았으나 마지막에 설정이 자세히 안나와 있어서 개고생을 했네요. bitbuckete webhook 설정하시는 분들이 많은 도움이 되었으면 합니다. 1. api 토큰 생성 먼저 bitbucket에서 jenkins에 접속 할 수 있도록 토큰을 생성해야한다. Dashboard - Jenkins 관리 - Users 에 가면 위와 같이 유저가 있다. 여기서 admin 유저에 커서를 갖다 대면 화살표가 생기는데 클릭후 설정을 들어간다. 위와 같이 API Token이 있는데 Add new Token 을 클릭하면 새토큰이 발급된다. 그것을 복사해 놓습니다. 2. Bitbucket webhook 설정 Bitbucket에서 webhook할 repositor.. 2023. 9. 11. 이전 1 다음 반응형