-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
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.