[% WRAPPER layout.tt title="Search results" %] [% PROCESS common.tt %] [% matched = 0 %] [% BLOCK renderBuildSearch %] [% IF builds.size > 0 %]
The following builds match your query:[% IF builds.size > limit %] (first [% limit %] results only)[% END %]
[% INCLUDE renderBuildList %] [% END %] [% END; %] [% IF projects.size > 0; matched = 1 %]The following projects match your query:
Project | Description |
---|---|
[% INCLUDE renderProjectName project=p.name inRow=1 %] | [% HTML.escape(p.description) %] |
The following jobsets match your query:
Jobset | Description |
---|---|
[% INCLUDE renderFullJobsetName project=j.get_column('project') jobset=j.name inRow=1 %] | [% HTML.escape(j.description) %] |
The following jobs match your query:[% IF jobs.size > limit %] (first [% limit %] results only)[% END %]
Job |
---|
[% INCLUDE renderFullJobName project=j.get_column('project') jobset=j.get_column('jobset') job=j.name inRow=1 %] |