- Description
- Setup - The basics of getting started with jenkins_dood
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
This module is a quick bootstrap to get Jenkins deployed in a Docker outside of Docker (DooD) configuration. This allows you to run builds using fresh docker containers, via a Jenkins Master that is deployed via Docker itself.
For this module to work, you will need the following Puppet modules installed:
- puppetlabs-stdlib
- puppetlabs-docker
To use this, you can simply clone this repository and run 'vagrant up' to test it out. Otherwise, you can install the puppet module from the Puppet Forge, or clone this repo and place it in your Puppet module directory.
For usage, please see init.pp in the examples directory
WARNING: The docker-plugin 1.2.0 version is not able to be properly bootstrapped via groovy. To accomplish this properly, we are using 1.1.9 and then upgrading to 1.2.0 after configuration
Open a PR! Let's collaborate.