https://github.com/buildit/jenkins-fetcher
https://github.com/buildit/jenkins-fetcher
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildit/jenkins-fetcher
- Owner: buildit
- Created: 2018-03-20T11:59:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T16:05:17.000Z (almost 7 years ago)
- Last Synced: 2025-02-04T23:31:03.265Z (3 months ago)
- Language: Groovy
- Size: 78.1 KB
- Stars: 0
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jenkins Fetcher
[](https://travis-ci.org/buildit/jenkins-fetcher)
[  ](https://bintray.com/buildit/maven/jenkins-fetcher/_latestVersion)Simple groovy script used by the Buildit [Jenkins Image](https://github.com/buildit/jenkins-image) to download the version of Jenkins specified in a Jenkins Config File.
The component uses the [Jenkins Config Fetcher](https://github.com/buildit/jenkins-config-fetcher) to provide its configuration. The jenkins version should be specified in the config as follows
```groovy
jenkins {
version {
artifactPattern = 'http://ftp-nyc.osuosl.org/pub/jenkins/war/[revision]/[module].[ext]'
artifact = ":jenkins:2.112@war"
}
}
```