diff --git a/src/root/common.tt b/src/root/common.tt index 49db1e83..9796b679 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -94,7 +94,7 @@ [% INCLUDE renderFullJobNameOfBuild %] - [% build.get_column('releasename') ? build.get_column('releasename') : build.nixname %] + [% !showSchedulingInfo and build.get_column('releasename') ? build.get_column('releasename') : build.nixname %] [% build.system %] [% date.format(build.timestamp, '%Y-%m-%d %H:%M:%S') %] [% build.description %]