Version information
released Mar 30th 2014
Start using this module
Add this module to your Puppetfile:
mod 'skoblenick-jenkins', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
skoblenick/jenkins — version 0.1.0 Mar 30th 2014
Puppet Module - Jenkins CI
Puppet module to install Jenkins CI.
Supported Platforms:
- Darwin
- Debian
- RedHat
Usage
Install Jenkins 1.5.5.6:
class {'jenkins': }
Install a specific version of Jenkins:
class {'jenkins':
version => '1.5.5.0',
}
A full list of available versions.
License
puppet-jenkins is distributed under the UNLICENSE license. For details, see: http://unlicense.org/
2014-03-29 - Ryan Skoblenick ryan@skoblenick.com - 0.1.0
- Initial version
Dependencies
- puppetlabs/stdlib (>=3.2.1)