This is a list of filters to optionally filter the nodes on which your Rundeck will run.
You can specify which node to include and/or to exclude using a single value, a list of values, or a regular expression (for example the .* pattern will match any text) as the argument to the following options.

Inclusion filters

Exclusion filters

Predecence is the issue of whether a node should be included in the result set when it matches both an exclusion filter and an inclusion filter.

This field should be written in the Java-Properties format, 1 option per line : key=value.
You can use Jenkins environment variables ($JOB_NAME, $WORKSPACE, etc) or System environment variables ($OSTYPE, $USER, etc) in your values, and we will expand them when notifying Rundeck.

Example :

            tags = web+prod
            exclude-os-family = windows