There are essentially two options, let's call them 'match' and 'search': - Match: Check for exact match (essentially `equals`), and require expression to be wrapped in "any sequence of characters" using `.*` if you want to search instead. - Search: Only check presence of the search expression anywhere in the string (like `substring`), and requires explicitly matching start and end positions (^ and $ respectively) if you want an exact match.
The plugin matches (and the ^Example$ in the docs is really redundant then). On 13.08.2013, at 13:33, LarsR <darken.s...@gmail.com> wrote: > Thanks to both of you, ".*B.*" is the magical expression! :D > > What puzzles me though, is that the documentation I found on the web as well > as the online expression testers all pointed in the direction that "B" should > be enough to do the test?! > > Anyway, problem solved! > > / Lars > > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.