Error:
Fetching upstream changes from git@github.com:....../.........git
ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway
hudson.plugins.git.GitException: Error performing command: git fetch -t git@github.com:....../......git +refs/heads/*:refs/remotes/origin/*
Command "git fetch -t git@github.com:...../......git +refs/heads/*:refs/remotes/origin/*" returned status code 128: Host key verification failed.
fatal: The remote end hung up unexpectedly
私のコメント:
実行時にjenkinsビルドが失敗することがわかりました
git fetch -t git@github.com:...../......git +refs/heads/*:refs/remotes/origin/*
次に、同じコマンドをコマンドラインに貼り付けて、正常に実行しました。
キーが機能することを確認するために、以下を実行しました。
ssh -T git@github.com Hi [username]! You've successfully authenticated, but GitHub does not provide shell access.
http://help.github.com/ssh-issues/で提案されています
生成された秘密のsshキーをJenkinsの下の.sshフォルダーにコピーしようとしました
cp -rf /root/.ssh /var/lib/jenkins/.ssh
また、.gitconfigファイルを/ var / lib/jenkinsにコピーしました