In our project, we often write Groovy scripts either in Pre-/Post-Execute Action or in separate step Execute script.
Something like this script - https://support.pmease.com/PMEase/QuickBuild-Scripts-Plugins/topics/3328/groovy-script-to-get-names-of-all-steps-in-a-configuration?5
The scripts can be quite long. Is there a possibility to store such a script in a .groovy file and then refer to this file in the script field?
Something like:
evaluate(new File("../scripts/script.groovy"))
Thanks in advance for any suggestions/ideas