Re: Multibranch pipeline and github integration

2016-06-09 Thread Michael Neale
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

Re: Multibranch pipeline and github integration

2016-06-09 Thread Warren Strange
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

Re: Multibranch pipeline and github integration

2016-06-08 Thread Michael Neale
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

Multibranch pipeline and github integration

2016-06-08 Thread Warren Strange
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