Set PL for SR sync, Git sync
authorhyokeun <hyokeun.jeon@samsung.com>
Mon, 6 Aug 2018 05:20:09 +0000 (14:20 +0900)
committerYonghee Han <onstudy@samsung.com>
Thu, 31 Jan 2019 01:21:23 +0000 (10:21 +0900)
Change-Id: I9936ea7d745532f2da935241bc7eb15fd9f2881b

job_submit_request_sync.py

index 9ce010c..eb6cb80 100644 (file)
@@ -209,6 +209,8 @@ def main():
         branch = target['branch']
         source_branch = target['source_branch']
         notify_domain = target['notify']
+        if len(notify_domain) >= 0 and "@" in notify_domain[0]:
+            triggered_by = notify_domain[0]
 
         if True:
             project_to_create = 'home:prerelease:%s:submit:%s:%s' \