Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

jenkins_drupal (4) Versions 0.1.4

Installs/Configures jenkins with drupal specific plugins

Policyfile
Berkshelf
Knife
cookbook 'jenkins_drupal', '= 0.1.4', :supermarket
cookbook 'jenkins_drupal', '= 0.1.4'
knife supermarket install jenkins_drupal
knife supermarket download jenkins_drupal
README
Dependencies
Changelog
Quality 0%

jenkins_drupal Cookbook

Jenkins is a continuous integration tool for executing repeated jobs. This
cookbook install jenkins and a lot of plugins to support testing Drupal sites.

Requirements

Platforms

  • Debian/Ubuntu

Cookbooks:

  • jenkins (to install jenkins)
  • phpcs (to install phpcs for coding standards)
  • ssh_knownn_hosts (to add bitbucket as a git hosting platform)
  • selenium (to install maven to have selenium grid support)
  • drush (to install drush)

Attributes

  • node['phpcs']['drupalcs_git_ref'] = revision for the coder module.

Usage

Simply include the default recipe to get jenkins installed as a package with all plugins and dependencies for Drupal testing.

Usage in roles:

name "jenkins_drupal"
description "jenkins_drupal role"
run_list "recipe[jenkins_drupal::default]"

Contributing

Contributions will be possible later by using the GitHub Pull Request system.

License and Authors

Copyright:: 2013-2014, Picabit

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
)

Dependent cookbooks

apt >= 0.0.0
jenkins >= 0.0.0
phpcs >= 0.0.0
ssh_known_hosts >= 0.0.0
maven >= 0.0.0
composer >= 0.0.0
git >= 0.0.0
tar >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

jenkins_drupal CHANGELOG

This file is used to list changes made in each version of the iminds_academy_jenkins cookbook.

0.1.4 (2014-12-23)

  • [Dieter Blomme] - Add drush installation

0.1.3 (2014-10)

  • [Dieter Blomme] - Add berksfile
  • [Dieter Blomme] - Add travis config for foodcritic testing
  • [Dieter Blomme] - Add basic kitchen set-up
  • [Dieter Blomme] - Update coder version

0.1.2 (2014-09-16)

  • [Dieter Blomme] - Change from a stored private key to generated keys for security reasons
  • [Dieter Blomme] - Make the cookbook generic

0.1.1 (2014-07-06)

  • [Dieter Blomme] - Refactor the code in distinct recipes

0.1.0 (2014-04-27)

  • [Dieter Blomme] - Initial release of jenkins_drupal

Foodcritic Metric
            

0.1.4 failed this metric

FC002: Avoid string interpolation where not required: /tmp/cook/aa8b7fe1468851cb8b62c71c/jenkins_drupal/recipes/drush.rb:41