Which jobs reach the wall, by name. One pattern per line, or separated by commas. Leave it blank for every job in the view.

A plain word matches any name containing it, ignoring case: drools finds drools, drools-nightly and ci-drools. Add * or ? and the whole name has to match instead: ci-* is everything starting with ci-, *-pipeline everything ending with it, and release-? matches release-1 but not release-10.

Nothing else has any special meaning — a dot or a bracket is just itself. This is not a regular expression, and it is matched against the job's full name, its display name and the label drawn on the tile, so whichever of those you had in mind will work.