Allow "count" threashold on the pattern.

This issue is archived. You can view it, but you can't modify it. Learn more

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.

            Assignee:
            Tomas Westling
            Reporter:
            Michael Carter
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: