-
Notifications
You must be signed in to change notification settings - Fork 3
release cookbook version to environment
Russell Seymour edited this page Nov 13, 2017
·
1 revision
Setting | Required | Default Value | Description |
---|---|---|---|
Display name | yes | Add variables to Chef environment (Chef) | Set the display name for this task |
Chef Server endpoint | yes | Select a valid Chef Server endpoint to use for this task | |
Chef environment | yes | Enter the name of the Chef environment in your organization to release the cookbook to | |
Cookbook name | yes | Enter the name of the Cookbook to release | |
Cookbook version | yes | $(Build.BuildNumber) |
Enter the version of the Cookbook to release. Typically this will match the build number of the triggering build |
This task runs in an Agent phase within the Release process. It takes the specified version number and 'releases' the cookbook matching that version to the specified Chef environment.
Endpoints
Tasks
- Add Variables to Chef Environment
- Install ChefDK
- Execute Chef Client
- Install InSpec
- Execute Inspec
- Install Gem
- Execute Knife
- Linting
- Test Kitchen
- Release Cookbook Version to Environment
- Update Cookbook Version Number
- Upload Cookbook to Chef Server
- Publish Cookbook to Supermarket
Guides
Releases