Search code examples
jenkinsjenkins-pluginsdevops

Jenkin UI, Filter by name (with regular expression) Regular expression does not detect the branch named with forward slash


Problem:

Filter by name (with regular expression) Regular expression

Given Expression: Attached the image.

It is recognising 'TestJenkins' and 'testJenkins' but it is not matching 'dev/ui-testing'

any idea what is wrong in regex.

Thanks in advance!

enter image description here


Solution

  • replacing the / with its URI encoded value, %2F, worked for me, e.g.

    dev%2Fui-testing