Pipeline.Release to PRD

Commit to main branch
Automated Dev Release
Dev ops to gold prd SVW Beta
Commit to main branch Action: Commit changes in local DevOps repository and create pull request to main branch
Commit to main branch Action: Commit changes in local DevOps repository and create pull request to main branch
Automated Dev Release Action: None. Pulling to the main branch automatically copies sql files from the repository to the gold/sql/svw container and also updates the trigger file changes.txt in the dev environment, which then initiates the Test me CI/CD pipeline. This pipeline identifies all committed files since the last trigger file update and generates SNPs for them.
Dev ops to gold prd SVW Beta Action: press create release on the azure DevOps release pipeline named Dev ops to gold prd SVW Beta. This action copies .sql files from the repository to the gold/sql/svw container and also updates the trigger file changes.txt in the PRD environment, which then initiates the Test me CI/CD pipeline. This pipeline identifies all committed files since the last trigger file update and generates SNPs for them.

Leave a Comment