I am trying to solve a similar problem now .. . did you ever find a
solution for this?
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to jenkinsci-users+unsubscr
Dear Jenkins Users,
The following command will executes groovy the specified Groovy script on host.
java -jar ~/work/groovy/jenkins-cli.jar -s http://host:port groovy
/path/scripts/script1.groovy
Is there anyway to use classes defined in script2.groovy in context of
script1.groovy
executed as