janinko / ghprb

github pull requests builder plugin for Jenkins
https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin
MIT License
369 stars 19 forks source link

Allow token configuration at job level #201

Open EricDales opened 9 years ago

EricDales commented 9 years ago

Hello,

I have, on the same jenkins server, several teams with different ACLs. I don't want to use the same bot for all teams because I don't want a single account having admin access on all repositories. So I would like to have bot token setting at job config level.

Best regards, Eric

DavidTanner commented 9 years ago

I am working on adding multiple github endpoints which will give you this same functionality.

mluscon commented 9 years ago

Hello,

I would also appreciate a job level configuration of token since my project uses shared jenkins instance.

gphilipp commented 9 years ago

Hi, David. Great work, your plugin is very useful to us. It would definitively be more useful to define the token on a job by job basis as we too have a shared Jenkins instance.