From bf8675d859401e8627b62179de70174519a0cb2e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Fri, 6 Apr 2018 13:16:34 +0200 Subject: [PATCH] Add branch to Zuul dashboard It's very inconvenient to check the branch in a build by looking at the job url. We already receive the object branch according to the JSON answer I receive from my browser, so it's just a question of displaying it. Change-Id: I21cfbf1c765f6c03cc8db9e82fc829142adb6de6 --- web/templates/builds.ejs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/templates/builds.ejs b/web/templates/builds.ejs index a093ccc3e2..1958892bf1 100644 --- a/web/templates/builds.ejs +++ b/web/templates/builds.ejs @@ -48,6 +48,7 @@ under the License. Job Project + Branch Pipeline Change Duration @@ -60,6 +61,7 @@ under the License. {{ build.job_name }} {{ build.project }} + {{ build.branch }} {{ build.pipeline }} change {{ build.duration }} seconds