Add log to use groovy post scripts in job_gbs_ref_fullbuild.py 27/162927/2
authorSoonKyu Park <sk7.park@samsung.com>
Wed, 6 Dec 2017 07:55:29 +0000 (16:55 +0900)
committerpark <sk7.park@samsung.com>
Wed, 6 Dec 2017 09:07:45 +0000 (09:07 +0000)
Change-Id: If18007b115339fd8cbb520c9105ab88022cb2b99

job_gbs_ref_fullbuild.py

index f38e8dd..88d9c70 100644 (file)
@@ -520,6 +520,7 @@ def main():
 
         _update_ref_bin_index(ref_binary,build_profile)
 
+        print "snapshot_name='%s'" %ref_profile['ref_snapshot_build_id']
         if not SUPPORT_PROFILES or SUPPORT_PROFILES.find(build_profile) == -1:
             print "skip fullbuild...\nGBS reference fullbuild is triggered only for %s" %SUPPORT_PROFILES
             os.chdir(original_dir)