aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/swarm_trigger.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/swarm_trigger.py')
-rw-r--r--infra/bots/recipes/swarm_trigger.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py
index 2869552490..e9ec2224f5 100644
--- a/infra/bots/recipes/swarm_trigger.py
+++ b/infra/bots/recipes/swarm_trigger.py
@@ -215,6 +215,7 @@ def trigger_task(api, task_name, builder, master, slave, buildnumber,
properties['patch_storage'] = api.properties['patch_storage']
properties['repository'] = api.properties['repository']
properties['patch_ref'] = api.properties['patch_ref']
+ properties['patch_set'] = api.properties['patch_set']
properties['patch_issue'] = api.properties['patch_issue']
else:
properties['issue'] = str(api.properties['issue'])