How can I load a custom jar file for my Jenkins Jobs DSL groovy scripts without the classpath field?
I've inherited a Jenkins instance. This Jenkins instance has an older version of the Jenkins Jobs DSL plugin. This version of the jobs plugin has a class path fields
By loading this jar file, my script (in the DSL Scripts) has additional symbols/classes it may import.
However, the latest versions of the Jenkins Jobs DSL have removed this class path field. The impression I get from the mailing list) is this was done for security reasons.
Without this option, is it possible to set a different class path (or include extra jar
files in my Jenkins Jobs DSL groovy scripts without this field?