Skip to content

release cookbook version to environment

Russell Seymour edited this page Nov 13, 2017 · 1 revision

Releases a cookbook by releasing the cookbook constraint on the specified Chef environment

Settings

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

Information

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.

Clone this wiki locally