Simple groovy script used by the Buildit Jenkins Image to download the version of Jenkins specified in a Jenkins Config File.
The component uses the Jenkins Config Fetcher to provide its configuration. The jenkins version should be specified in the config as follows
jenkins {
version {
artifactPattern = 'http://ftp-nyc.osuosl.org/pub/jenkins/war/[revision]/[module].[ext]'
artifact = ":jenkins:2.112@war"
}
}