diff --git a/src/root/jobset-eval.tt b/src/root/jobset-eval.tt index ce7d9345..f622c6fe 100644 --- a/src/root/jobset-eval.tt +++ b/src/root/jobset-eval.tt @@ -7,7 +7,7 @@
  • Preceding evaluation in the same jobset
  • [% IF project.jobsets_rs.count > 1 %]
  • - [% FOREACH j IN project.jobsets; IF j.name != jobset.name %] + [% FOREACH j IN project.jobsets.sort('name'); IF j.name != jobset.name %]
  • Jobset [% project.name %]:[% j.name %]
  • [% END; END %] [% END %]