Skip to content

Process Steps

Run Groovy Script

This step runs a groovy script.

NameTypeDescriptionRequired
Groovy HomeStringThe Groovy home directory. The default value is the GROOVY_HOME environment variable.Yes
ScriptStringThe Groovy script code to run. Use thejava.util.Properties Java variable, outProps to uploadoutput properties to the server and the inProps variable to contain all input properties.Yes
ClassPathStringList the classpaths to include. Separate multiple classpaths using commas or new lines.No
Spawn ProcessCheckBoxWhen selected, the user script is run in a new process. Select this option if you wish to override the Groovy Home property.No