Jenkins ile ilgili bir sorunum var , "git" ayarı, aşağıdaki hatayı gösterir:
Failed to connect to repository : Command "git ls-remote -h https://person@bitbucket.org/person/projectmarket.git HEAD" returned status code 128:
stdout:
stderr: fatal: Authentication failed
Ssh ile test ettim :
git@bitbucket.org:person/projectmarket.git
Bu bir hatadır:
Failed to connect to repository : Command "git ls-remote -h git@bitbucket.org:person/projectmarket.git HEAD" returned status code 128:
stdout:
stderr: Host key verification failed.
fatal: The remote end hung up unexpectedly
Bu adımları "SSH anahtarı" ile de yaptım.
Jenkins ile giriş yapın
sudo su jenkins
Github anahtarınızı Jenkins .ssh klasörüne kopyalayın
cp ~/.ssh/id_rsa_github* /var/lib/jenkins/.ssh/
Anahtarları yeniden adlandırma
mv id_rsa_github id_rsa
mv id_rsa_github.pub id_rsa.pub
ama hala jenkins depo git çalışmıyor .
yardım ile teşekkürler !.