Jenkins GitHub plugin can't choose my credentials

前端 未结 1 560
北海茫月
北海茫月 2020-12-15 16:10

I got very strange behavior that has never happened before, when I try to configure the GitHub server in Jenkins general configuration to set up webhooks auto.

The d

相关标签:
1条回答
  • 2020-12-15 16:53

    The issue is that the GitHub plugin only accepts plain text credentials.

    The GitHub access token can be created manually, or automatically via the Advanced... options as described here.

    In case you already have an access token in GitHub (you'll get an error in Jenkins), you can remove it in Github. Then you can let Jenkins generate the token and select it in the Credentials menu.

    0 讨论(0)
提交回复
热议问题