| Hi, our custom DSL for Groovy contains 2 methods named the same way, but with a different number of arguments: myMethod(boolean watch, String...args) myMethod(String...args) While trying to call the method from a pipeline, I got the following exception: ``` |