Simpliy install jenkins.
- Chef 11 or higher
- CentOS5,6 or Amazon Linux
- Java 1.6 or higher
None
Just include jenkins
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[jenkins]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License: MIT License
Authors: Marcy