Configuring a lifecycle

In this exercise, you'll be configuring the lifecycle for your project

  • 8.1 Create the following lifecycle for your project

    You should not be allowed to deploy the project to Production before Acceptance, and you should not be allowed to deploy to Acceptance before Test.
  • 8.2 Setup an automatic deploy

    Alter the lifecycle from exercise 8.1 so that a deployment to Test is done automatically when a release is created.
  • 8.3 Defining retention policies

    Configure the Test environment to only keep releases for 1 day, while Acceptance and Production should be configured to keep up to 3 releases.


The information box