Jenkins doing nothing after hook, with different git host

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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?

            Assignee:
            Unassigned
            Reporter:
            Evgeny
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: