Update jenkins string to detect failed jobs

I252ae31e7a4cb919e3c98c35591147cc96cfc3cc added the pipeline name to the
zuul gerrit comments. Update the string matching here to work with new
comment format.

Change-Id: I7c09b8f40d594733309660ed76647886653e53ec
This commit is contained in:
Joe Gordon 2014-10-24 09:09:15 -07:00
parent d9e6857075
commit 845fc73057

View File

@ -208,7 +208,7 @@ class Stream(object):
if (username != 'jenkins'):
return False
if not ("Build failed. For information on how to proceed" in
if not ("Build failed" in
event['comment']):
return False