Skip to content

Groovy - Steps

Process steps in the Groovy plug-in:

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