Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 403 Bytes

README.markdown

File metadata and controls

14 lines (9 loc) · 403 Bytes

puppet-jenkins

This is intended to be a re-usable Puppet module that you can include in your own tree.

In order to add this module, run the following commands in your own, presumably Git, puppet tree:

% git submodule add git://github.com/rtyler/puppet-jenkins.git modules/jenkins
% git submodule update --init

That should be all you need