Back to Jenkins

Includeregex

war/src/main/webapp/help/view-config/includeregex.html

1.385281 B
Original Source

If configured, the regular expression will be applied to all job names. Those that match the regular expression will be shown in this view. Tip: to exclude certain patterns, use negative lookahead. For example, to display all jobs not named test something , use: (?!test.*).*