Hi,
I'm trying to consolidate common steps and stages into shared library under vars folder. (global variable/function)
However, I got a problem with this while I'm writing too many small steps in separate groovy files under /vars folder, then try to use them in stage level script.
Is it possible to call other scripts into a new script?
I think it seems possible on src folder which has class files, but can't find how to do same thing on global variable/functions.