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

Allow "count" threashold on the pattern.

XMLWordPrintable

      Basically, in my use case I have users whose builds are hitting timeout thresholds.

      The reason they have multiple really quick calls stuck in a loop that are inefficient.  So trying to recommend instead of looping the "sh" they call one sh after looping a write operation to make a dynamic shell command.  (I have other similar cases just picked one)

      ([Pipeline][ ]+sh[.|\n]*){30,10000000}

      Isn't working.   But If I could detect a single line but only trigger the text when there are more than 30 occurrences it would be good.

            t_westling Tomas Westling
            mikeycarter Michael Carter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: