Attaching deployment plans to releases

Deployment plans can be attached to any release.

Procedure

  1. Click Releases and Deployments.
  2. On the Releases tab, click the name of the release.
  3. Under Release Pipeline, click the Edit edit icon icon for the phase to add a plan to.
  4. In the Default Plan list, select Create/Import Plan.
  5. Using the Create New Deployment Plan dialog box, type a name for the plan in the Name field.
  6. Specify the plan's source:
    • To copy the plan from an existing plan, ensure that Copy from a plan is selected (it is by default), and then select the release-deployment plan combination from in the Copy from list. The new plan has as many segments and tasks as the copied plan at the time it is copied.
    • To start with a blank plan, ensure that Copy from a plan is selected, and then select None (Empty Plan) from the Copy from list.
    • To create a plan from a comma-separated values (CSV) file, click the Import from CSV button, and then click Browse, and select the file. For information about CSV files and the structure of deployment plans, see Exporting deployment plans.
  7. Optional: Repeat the process for the other release phases.
  8. Click Save.

Feedback