From 573dd3df4750cfd2b79826f6cbbeade35625417e Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 28 Jun 2023 08:35:41 +0200 Subject: dashboard: export causeBug repo + branch --- dashboard/dashapi/dashapi.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index d151b1618..96e8dff0e 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -878,6 +878,8 @@ type JobInfo struct { Manager string BugTitle string BugID string + KernelRepo string + KernelBranch string KernelAlias string KernelCommit string KernelCommitLink string -- cgit mrf-deployment