Build a complete Jenkins CI server
aptpostgresqljenkinsnodejsphantomjsgit
e.g.
| Key | Type | Description | Default |
|---|---|---|---|
| ['jenkins_build']['packages'] | Array | Include required packages for gem prereqs | `libxml2-dev` `libxslt-dev` |
| ['jenkins_build']['jenkins_user_postgresql_password'] | Array | Only needed if using Chef Solo, configure password for postgres | thisshouldbechanged |
Just include jenkins_build in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[jenkins_build]"
]
}- 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
Authors: John T Skarbek