Great to hear Warren!
Yes I forgot to mention personal access token. I use 2 factor with github
so I automatically do that knowing that there is no point putting my github
password into anything else.
I wonder if it is worth documenting those steps
here:
https://wiki.jenkins-ci.org/display/J
Thanks Michael - I got this working.
For those that might run into this problem, here is what you need to do:
- Go to your github profile and create a new personal access token:
https://github.com/settings/tokens. It needs to have a few scopes
checked off to be able to read the repo, make AP
Those API limits will be hit quick when unathenticated, which is what you
are seeing.
Adding credentials is correct - are you using this
plugin: https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Plugin ?
Perhaps some screen caps might make it clearer.
This isn't a "clueless newbie" qu
This is probably a clueless newbie problem, but here goes:
I am getting hit with github API rate limits, and want to use an
authenticated account for api calls.
There is a "scan credentials" drop down - but I have no idea how to add
credentials to show up in the drop down.
I have added a