Jenkins credentials 增加了github credential 但是在Git SCM 凭证中不显示
在GitHub认证中,不能直接选择secrettext类型,应使用usernamewithpassword类型。其中: username填写GitHub用户名 password填写在GitHub开发者设置中生成的access token 这种方式比直接存储secrettext更安全,且能确保用户凭据的正确传输和保存。
·
不能直接选择secret text 类型,选择username with password 类型
username填github 用户名
password填在GitHub developer setting中生成的 access token

更多推荐
所有评论(0)