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:
parent
d9e6857075
commit
845fc73057
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user