Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

kirklatslalom/chef-jenkins-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chef-jenkins-plugins Cookbook

Requirements

Plugin list in attributes must be listed with plugin dependencies before the desired plugin is installed.

packages

  • jenkins - chef-jenkins-plugins needs toaster to brown your bagel.

Attributes

TODO: List your cookbook attributes here.

e.g.

chef-jenkins-plugins::default

Key Type Description Default
['chef-jenkins-plugins']['bacon'] Boolean whether to include bacon true

Usage

chef-jenkins-plugins::default

Just include chef-jenkins-plugins in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[chef-jenkins-plugins]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: [email protected]

About

Install Jenkins plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages