mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Allows users to filter the Jenkins jobs shown in the widget by providing a regular expression in the config file. The regex should be specified in the config like so: ``` jobNameRegex: ^[a-z]+.$ ``` Another example: ``` jobNameRegex^[a-z]+\[[0-9]+\]$ ```