Merge "Pass config from Stream to FailEvent"

This commit is contained in:
Jenkins 2017-08-01 19:03:39 +00:00 committed by Gerrit Code Review
commit 91dbae986c

View File

@ -327,7 +327,7 @@ class Stream(object):
# nothing to see here, lets try the next event
continue
fevent = FailEvent(event, failed_jobs)
fevent = FailEvent(event, failed_jobs, self.config)
# bail if the failure is from a project
# that hasn't run any of the included jobs