Skip to content

Commit

Permalink
Add help on how to exclude groupless jobs from WebUI
Browse files Browse the repository at this point in the history
  • Loading branch information
r-richardson committed Aug 9, 2024
1 parent 0b3a25e commit 4e79e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webapi/test/list.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<h2 id="finished_jobs_heading" style="display: inline-block">Finished jobs</h2><%=
help_popover 'Parameters for finished jobs' =>
'<p>It is possible to increase the number of finished jobs shown in the table via the <code>limit</code> query parameter.</p>'
. '<p>Additionally you can use the <code>group_glob</code> and <code>not_group_glob</code> query parameters to include and exclude job groups with comma separated lists of globs, like <code>*kernel*,*Tumbleweed*</code>.</p>'
. '<p>Additionally you can use the <code>group_glob</code> and <code>not_group_glob</code> query parameters to include and exclude job groups with comma separated lists of globs, like <code>*kernel*,*Tumbleweed*</code>. To just exclude groupless jobs, specify <code>*</code></p>'
. '<p>It is possible to filter jobs by comments using the <code>comment</code> query parameter, e.g. <code>comment=boo%23123</code> to search for jobs referencing Bugzilla ticket 123.</p>',
undef, undef, undef, style => 'vertical-align: text-top'; %>
</div>
Expand Down

0 comments on commit 4e79e56

Please sign in to comment.