Description

Matches builds that description is equal, contains or matches given pattern.

Use cases

Helpful when build description contains text that can be used for decision what to do with the build.

Warning!

Leaving pattern field empty makes this condition valid for all builds that have undefined or empty build what is default value for new created builds.

Methods equals and contains expect to have plain text pattern. To define proper regular expression pattern for matching type follow the guideline.