-
Bug
-
Resolution: Fixed
-
Major
-
None
I have a groovy script that is dependent on some jars outside of groovy. I can specify them one at a time in the "classpath" field of the plugin but I can't specify the path I want to search for all jars. That is /path/to/file.jar works but /path/to/* does not work. Is there a way to accomplish this?
This seems similar to https://issues.jenkins-ci.org/browse/JENKINS-13740