Skip to content

Command groovy

Executes the specified Groovy script.
Command
java -jar jenkins-cli.jar -s https://jenkins.garasiku.autos/ groovy [SCRIPT] [ARGUMENTS ...]
 SCRIPT    : Script to be executed. Only '=' (to represent stdin) is supported.
 ARGUMENTS : Command line arguments to pass into script.