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

ANY comment on PR triggers job #463

Open ghost opened 7 years ago

ghost commented 7 years ago

I have a repo that contains three apps: app1, app2 and app3. For jobs related to each of these apps, I have a distinct trigger phrase: jenkins build <appname>. For whatever reason, any comment (even those that don't contain a single word from the trigger phrase specified in Job > Build Triggers > Advanced) triggers the job all three jobs to run.

I removed the trigger phrase (the field is blank) from Manage Jenkins > Configure System > GitHub Pull Request Builder > Advanced. I have checked everywhere and I know to check and have tried different combinations of strings and regex and I am unable to solve this issue on my own.

Jenkins version: 2.49 GHPRB version: 1.35.0

bhumikagoyal commented 7 years ago

@ljacobford Is this option "Only use trigger phrase for build triggering" checked?