Agent Requirements
Requirements for system properties
Requirements for environment variables
Add / Edit Requirement dialog
tip
Some notes on how conditions work:
equals: if empty value is specified then the condition checks that specified property exists and its value is empty string; if not empty value is specified the condition checks that there exists property with specified value.
does not equal: if empty value is specified the condition checks that property exists and is NOT empty; if not empty value is specified the condition checks that property does not exist or its value does not equal the specified value.
does not contain: evaluates to true if specified property does not exist or does not contain specified string.
is more than, is not more than, is less than, is not less than: these conditions work with numbers only.
(since 2.1) matches, does not match: evaluates to true if specified property matches/does not match to specified Regular Expression pattern.
Agents compatibility
Thanks for your feedback!