Forum Discussion

rf's avatar
rf
Occasional Contributor
11 years ago

How do I abort an infinite for/while-loop?

In some cases I want to use a for/while loop until a certain condition is achieved using a groovy script. If the condition is not achieved I have an infinite loop. Is there any way of aborting this l...