Hi all,
*Background:* Currently using the Groovy Plugin <https://wiki.jenkins-ci.org/display/JENKINS/Groovy+plugin>, on a new slave, the Groovy Plugin downloads the required binaries from the codehaus.org website. i.e. "Unpacking http://dist.groovy.codehaus.org/distributions/groovy-binary-2.2.1.zip to /*some_path*/jenkins-slave/tools/hudson.plugins.groovy.GroovyInstallation/Groovy_221 on *my_server"* *Question:* Is it possible to (re-)configure the base url, so that it can retrieve the binary from a locally hosted webserver? (e.g. the Jenkins instance) e.g. *http://localhost:8080/jenkins/userContent/groovy*/distributions/groovy-binary-2.2.1.zip I've had a quick look through the source code, and haven't been able to work out where the URL is referenced! (-> hudson.tools.DownloadFromUrlInstaller, how is the 'id' being set?). Perhaps a better question might be: *Question:* How is the download URL being set in the code? Kind regards, Nick -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
