Permission denied (publickey) when setting up Jenkins

前端 未结 4 1359
广开言路
广开言路 2020-11-28 14:54

I am setting up Jenkins on a Win 2008 server machine and am having some trouble configuring Jenkins to connect to GitHub. I get the following error:

Command          


        
4条回答
  •  独厮守ぢ
    2020-11-28 15:08

    It appears the git plugin now provides a way to point Jenkins to the home directory.

    1. Click the credential add button.

    enter image description here

    1. Point Jenkins to your private key.

    enter image description here

    1. Select the newly-added credentials from the list.

    enter image description here

提交回复
热议问题