ghprb
ghprb copied to clipboard
ANY comment on PR triggers job
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
@ljacobford Is this option "Only use trigger phrase for build triggering" checked?