Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-10207

regex doesn't support multiple OR patern

XMLWordPrintable

      I've been trying to set up a role with the following pattern:
      ACT-.*-(MR|CR|PROMOTE)
      Though correct as regex this seem not to work.
      The only workaround I found is limit the scoping to 2 choices i.e.
      ACT-.*-((MR|CR)|PROMOTE)
      This doesn't seem to be wanted behaviour

            danielpetisme Daniel Petisme
            sorokh sorokh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: