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

appveyor-ci (10) Versions 0.1.4

Installs AppVeyor Agent & Triggers Deployment

Policyfile
Berkshelf
Knife
cookbook 'appveyor-ci', '= 0.1.4', :supermarket
cookbook 'appveyor-ci', '= 0.1.4'
knife supermarket install appveyor-ci
knife supermarket download appveyor-ci
README
Dependencies
Changelog
Quality 67%

AppVeyor Cookbook

This cookbook
- Installs the AppVeyor deployment agent
- Triggers a deployment from the Appveyor API

It does not install IIS or any other related services.

Requirements

Chef

  • Chef 12.5+

Platform

  • Windows

Recipes

default

Installs the AppVeyor agent

Set the following attributes:

node['environment_access_key']
node['deployment_group']

For more examples see the test/fixtures directory

Resources

Agent Install

appveyor_agent '3.12.0' do
  environment_access_key '1234abcd890432kj'
  deployment_group 'test'
end

Deploy

appveyor_deploy start the deployment for the specified environment in AppVeyor
ruby
appveyor_deploy '1.0.269' do
api_token node['api_token']
environment_name 'development'
project_slug 'project-X'
account_name 'my-account'
end

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Appveyor-api Changelog

0.1.4

  • Update Gem deps inline with Chefdk 0.18
  • Remove windows cookbook dep
  • Remove reg key creation in favour of agent switch

0.1.3

  • Uses HTTPS for download the agent
  • Fixes kitchen testing in AppVeyor

Collaborator Number Metric
            

0.1.4 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.1.4 passed this metric

Foodcritic Metric
            

0.1.4 failed this metric

FC009: Resource attribute not recognised: appveyor-ci/resources/agent_install.rb:30
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.4 passed this metric

Testing File Metric
            

0.1.4 passed this metric

Version Tag Metric
            

0.1.4 passed this metric