-
Task
-
Resolution: Duplicate
-
Minor
-
None
If I set
Repository URL: git@github.com:user/repo.git
GitHub hooks is working perfectly.
But I have a got some private repos, and I have to create file
# cat .ssh/config Host priv0 User git Hostname github.com IdentityFile ~/.ssh/id_rsa.priv0 Host priv1 User git Hostname github.com IdentityFile ~/.ssh/id_rsa.priv1
and I set
Repository URL: priv0:user/repoPrivate0.git
Unfortunately with this repository url, GitHub hooks is not working.
Is there advice about that?
- duplicates
-
JENKINS-18298 Jenkins (Github Plugin) post-commit hook fails to build with ssh config aliases
- Open