Skip to content

Instantly share code, notes, and snippets.

View macg33zr's full-sized avatar
💭
Working part time...

Bill Dennis macg33zr

💭
Working part time...
View GitHub Profile
@macg33zr
macg33zr / CustomTools.groovy
Last active September 29, 2017 15:16
Bill's Jenkins System Groovy Script KB gist
//
// Custom tools
//
import com.cloudbees.jenkins.plugins.customtools.CustomTool
import hudson.tools.InstallSourceProperty
import hudson.tools.ZipExtractionInstaller
def tools = Jenkins.instance.getDescriptorByType(CustomTool.DescriptorImpl.class)