This is a chef cookbook that sets up Jently for use with Jenkins CI.
Cookbooks
- git
Platforms
- ubuntu
Add the jently
cookbook to your Berksfile
:
cookbook 'jently'
or install directly with knife:
$ knife cookbook site install jently
Please see attributes/default.rb. These pretty much map 1:1 with Jently's config file.
Add the cookbook to your run_list
in a node or role:
"run_list": [
"recipe[jently::default]"
]
or include it in a recipe:
# other_cookbook/metadata.rb
# ...
depends 'jently'
# other_cookbook/recipes/default.rb
# ...
include_recipe 'jently::default'
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors:
- Jesse R. Adams
MIT License