-
Bug
-
Resolution: Fixed
-
Major
-
None
-
jenkins 1.520
We have several projects connected to git repositories, polling the scm on various cron schedules.
One of the projects is set to build master every hour on the hour if source has changed, ignoring commits by several users (see job-configuration.jpg).
If you look at attached git-polling-log.jpg, it shows that commit 2358fb1 found an excluded author. That is not the case. 2358fb1 was authored by dmaskew (from git-commit-log.jpg), who is not in the exclude list for the repository. However, both d07969c and 4f6f07b have authors that are in the exclude list.
This works fine for other jobs. Something we're doing wrong here?