What is a release pipeline?

 release is a construct that holds a versioned set of artifacts specified in a CI/CD pipeline. It includes a snapshot of all the information required to carry out all the tasks and actions in the release pipeline, such as stages, tasks, policies such as triggers and approvers, and deployment options. There can be multiple releases from one release pipeline, and information about each one is stored and displayed in Azure Pipelines for the specified retention period.


Reference: https://learn.microsoft.com/en-us/azure/devops/pipelines/release/releases?view=azure-devops

 

Comments

Popular posts from this blog

What happens in requirement analysis phase in SDLC?