Skip to content

Instantly share code, notes, and snippets.

@rodrigozrusso
Created February 26, 2016 08:37
Show Gist options
  • Save rodrigozrusso/67c7a18a30a86012ce7c to your computer and use it in GitHub Desktop.
Save rodrigozrusso/67c7a18a30a86012ce7c to your computer and use it in GitHub Desktop.
jenkins Load Jar to Classpath
this.getClass().classLoader.rootLoader.addURL(new File("file.jar").toURL())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment