Jenkins 連接github

使用 ssh進行連接 使用 命令行獲取到ssh的私鑰和公鑰 $ ssh-keygen -t rsa -C [email protected]」 生產 .ssh/id_rsa和 /.ssh/id_rsa.pub 文件,將公鑰(id_rsa.pub)中的內容複製到 github的賬號上。 在jenkins中創建證書(Credentials),位置如下圖: 使用 access token 連接 在git
相關文章
相關標籤/搜索