jenkinsci / ghprb-plugin

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

Duplicate "Request for testing" comments. #292

Open erikjohnston opened 8 years ago

erikjohnston commented 8 years ago

I have jenkins set up to run multiple jobs for a single project, but this causes ghprb to post a comment per job in PRs made by non-whitelisted people. Is there a way around this?

ixdy commented 8 years ago

Also interested in a solution to this. I cleverly tried to include $JOB_NAME in the notice, so it was at least more obvious why it was commenting multiple times, but that worked about as well as expected.

directhex commented 8 years ago

I sent a PR for this a year ago, but haven't had a chance to rebase it against current master for a long time. https://github.com/janinko/ghprb/pull/276

ixdy commented 8 years ago

Any chance someone can look into this? It's really frustrating for our project.