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

Indication placeholder syntax does not show all groups

XMLWordPrintable

      I have a failure log which contains the following lines:

      foo
      
      bar
      
      baz
      

      I have a failure cause indication with the following three indications:

      .*(foo).*
      
      .*(bar).*
      
      .*(baz).*

      I have the following description set for the failure cause:

      FOO: "${1,1}"
      BAR: "${2,1}"
      BAZ: "${3,1}"

      After running a scan, my build shows the following:

      Not all of the placeholders are matched to groups in the indication regexes.

            t_westling Tomas Westling
            shumphries Stephen Humphries
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: