Relative Content

Tag Archive for azure-devopsazure-pipelinesazure-pipelines-release-pipeline

how to verify if other build has been built successfully before deploying the release in azure devops

We have a requirement where after the QA2 Release we have to trigger a build which will do some activity in qa2 and create a build. We have to pass some parameters or change some if build fails so we cannot keep it in the normal release pipeline.
We wanted to know if there is any way to keep check so that if the build passes then only it will be allowed to be deployed to prod otherwise shouldnt allow.

After creating a deployment pipeline specifying the resource name, all existing pipelines now require permission to deploy

We have several Yaml pipelines using the same deployment environment. A new pipeline has just been created using Yaml that specifies the resource name (as well as the environment), as we want to deploy to one VM only within that environment. This is the first pipeline we have created that specifies the resource name explicitly. All previous ones deploy to the whole environment.