diff --git a/runbot/runbot.py b/runbot/runbot.py
index 6cb638a6..d6ddd740 100644
--- a/runbot/runbot.py
+++ b/runbot/runbot.py
@@ -1406,6 +1406,7 @@ class RunbotController(http.Controller):
'port': real_build.port,
'subject': build.subject,
'server_match': real_build.server_match,
+ 'duplicate_of': build.duplicate_id if build.state == 'duplicate' else False,
}
@http.route(['/runbot/build/
Committer:
Date |
---|