BUGFIX: snapshot -> snapshot_name 33/119233/1
authorJunghyun Kim <jh0822.kim@samsung.com>
Thu, 16 Mar 2017 05:32:39 +0000 (14:32 +0900)
committerJunghyun Kim <jh0822.kim@samsung.com>
Thu, 16 Mar 2017 05:32:39 +0000 (14:32 +0900)
Change-Id: I6a944a9d2a8557687fee5d90ff5dd800f5070f14
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
job_buildmonitor.py

index b9d7115..7cb4f6b 100644 (file)
@@ -1221,7 +1221,7 @@ def update_build_log(content):
             buildmonitor_db.do_query(query, query_data)
 
 def update_release_snapshot(content):
-    snapshot = content.get('snapshot')
+    snapshot = content.get('snapshot_name')
     release_type = content.get('release_type')
     version = content.get('version')