cookbook 'jenkins-server', '= 0.1.0'
jenkins-server
(20) Versions
0.1.0
-
Follow17
This cookbook installs a complete Jenkins server with plugins and is highly configurable with attributes in this cookbook.
cookbook 'jenkins-server', '= 0.1.0', :supermarket
knife supermarket install jenkins-server
knife supermarket download jenkins-server
jenkins-server
This cookbook installs and configures a complete Jenkins server.
Supported Platforms
CentOS 7.0, Ubuntu 14.04
Attributes
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['jenkins-server']['admin']['username']</tt></td>
<td>String</td>
<td>Admin username</td>
<td><tt>admin</tt></td>
</tr>
</table>
Usage
jenkins-server::default
Include jenkins-server
in your node's run_list
:
{ "run_list": [ "recipe[jenkins-server::default]" ] }
License
The MIT License (MIT)
Authors
Author:: Pieter Vogelaar (pieter@pietervogelaar.nl)
Dependent cookbooks
jenkins >= 2.3.1 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
0.1.0
Initial release of jenkins-server