Fix the new notifications code to work
This commit is contained in:
parent
07e85324e9
commit
d709e0f64a
2 changed files with 4 additions and 3 deletions
|
@ -32,7 +32,7 @@ class BuildJob(object):
|
|||
}
|
||||
|
||||
if error_message is not None:
|
||||
event_data['error_message'] = message
|
||||
event_data['error_message'] = error_message
|
||||
|
||||
spawn_notification(self.repo_build.repository, kind, event_data,
|
||||
subpage='build?current=%s' % self.repo_build.uuid,
|
||||
|
|
Reference in a new issue