jenkinsci / ghprb-plugin

github pull requests builder plugin for Jenkins
https://plugins.jenkins.io/ghprb/
MIT License
507 stars 612 forks source link

Multiple blacklisted committers #777

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi,

I can't find a way to specify multiple commiters to blacklist (comma separated or anything else), it seems you provide a simple textbox but behind the scenes you try to parse a string with line breaks which we can't provide. Am I missing something ?

The goal for me would be to allow only specific users to trigger the job, I played around with blacklist and whitelist and I can't seem to make it work.

Could someone tell me how I can achieve that ?

Thanks

ghost commented 4 years ago

I guess I was doing tests on an already opened pull request, that's why it didn't behave as expected. Though I still believe you should provide a text area and not a textbox to balcklist commiters. I worked around this with a regex.