Deployment of #{Octopus.Project.Name} #{Octopus.Release.Number} to #{Octopus.Environment.Name}

  Initiated by    #{unless Octopus.Deployment.CreatedBy.DisplayName}#{Octopus.Deployment.CreatedBy.Username}#{/unless}    #{if Octopus.Deployment.CreatedBy.DisplayName}#{Octopus.Deployment.CreatedBy.DisplayName}#{/if}    #{if Octopus.Deployment.CreatedBy.EmailAddress} (#{Octopus.Deployment.CreatedBy.EmailAddress})#{/if}    at #{Octopus.Deployment.Created} 
 Click here to view the release detail

#{if Octopus.Release.Notes}

Release notes

#{Octopus.Release.Notes}

#{/if}

Deployment process

The deployment included the following actions:

Task summary

    #{each step in Octopus.Step}  #{if step.Status.Code}   
  1. #{step | HtmlEscape} — #{step.Status.Code}     #{if step.Status.Error}     
    #{step.Status.Error | HtmlEscape}
         
    #{step.Status.ErrorDetail | HtmlEscape}
        #{/if}     
  2.   #{/if}#{/each}

View the detailed deployment log.