fix build notifications for image builds
This commit is contained in:
parent
798d03ccf9
commit
fd31732039
1 changed files with 1 additions and 1 deletions
|
|
@ -9916,7 +9916,7 @@ class HostExports(object):
|
|||
update.rawset(completion_time='now()')
|
||||
update.execute()
|
||||
# send email
|
||||
build_notification(results['task_id'], build_id)
|
||||
build_notification(task_id, build_id)
|
||||
|
||||
def initMavenBuild(self, task_id, build_info, maven_info):
|
||||
"""Create a new in-progress Maven build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue