美文网首页
jenkins 使用 github Personal Acces

jenkins 使用 github Personal Acces

作者: RookieSnail | 来源:发表于2021-10-14 11:56 被阅读0次

    方式一:

    参考地址:https://stackoverflow.com/questions/61105368/how-to-use-github-personal-access-token-in-jenkins

    https://<access token>@github.com/<userName>/<repository>.git
    eg:https://ghp123_VdfyhOxwjtk8hw232AAFCniDQwl6akOZ1vmAlw@github.com/demo/demo.git
    

    jenkis配置方式

    image.png

    方式二:

    使用原来的用户名和密码,把密码换成access token
    参考地址:https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

    jenkis配置方式

    image.png

    相关文章

      网友评论

          本文标题:jenkins 使用 github Personal Acces

          本文链接:https://www.haomeiwen.com/subject/sznyoltx.html