-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
jenkins ver: 1.589
git plugin: 2.3.5
I specified two branches separately in "Branch Specifier" option as below:
Branch Specifier(blank for 'any'): */master
Branch Specifier(blank for 'any'): */develop
I also specified two Excluded users under the "Polling ignores commits from certain users' option, show as following:
Excluded Users:
James
Kobe
Then when James push his changes to either */master or */develop branches, jenkins would still trigger a build, same happened with user Kobe, which is unreasonable.
Based on my understanding, jenkins should not trigger a build since both James and Kobe are whithin the excluded user list. This is definitely a bug, hope someone will fix it soon, thank you all!
- is related to
-
JENKINS-28032 Included Regions do not work when monitoring all branches
-
- Open
-
add additional information:
I am using GitBucket as a git server and configured it to trigger build once push detected by setting the webhook in the git repository.