Work with an additional stage in the DevOps release pipeline for cleaning up

This the second part of the Azure DevOps post to pass information through variables between pipelines. It deals with cleaning up after image creation. Find the first part here: Pass variables form build pipelines to release pipelines It is important to keep the Azure container registry storing the Docker images clean. On the one hand,… Continue reading Work with an additional stage in the DevOps release pipeline for cleaning up

Pass variables form build pipelines to release pipelines in Azure DevOps

Azure DevOps is a great environment for CI/CD. Next to the Repo integrations, planning options with Boards and other useful stuff, Pipelines are very helpful. Without going too much into detail, let’s say you have Build pipelines for creating the packages (artifacts) and Release pipelines for deployment on your different environments You can work with… Continue reading Pass variables form build pipelines to release pipelines in Azure DevOps