Relative Content

Tag Archive for azureazure-devopsazure-pipelines

Azure DevOps Pipeline behaves inconsistent, for reruns

we have an inconsistent behavior for azure pipeline runs/reruns.
Situation:
We have one package in the azure artifact registry, we can import it locally and use it in a normal way.(Let’s assume for this question it is working as expected). Now we want to use that package in a second repository, within the CICD pipeline.
Our CICD pipeline is a classic azure yaml pipeline and makes multiple checks based on python dependencies. One of those is the before mentioned package. Since we use poetry but want to use requirements.txt for installation we do an intermediate step in which we poetry exports to a requirements.txt. After that the pipeline tries to install these dependencies.

Change the permission in Azure devops Library

Accidentally, I changed the permission to ‘Reader’ from ‘Administrator.’ As a result, I am unable to modify or delete the variable group. Is there any other way to resolve this issue?

Issue with Pipeline Not Triggering the Final Stage

I am experiencing an issue with my deployment pipeline where the final ‘apply’ stage does not trigger, even though there are no explicit dependencies or conditions set to control its execution. Below is an overview of the template I use to deploy each environment: