skip to Main Content

Trigger Azure YAML Pipeline with Tags

Trying to trigger an Azure YAML pipeline using Tag when another YAML pipeline has been completed. There's documentation indicating that you can add a pipeline resource with: resources: pipelines: - pipeline: MyCIAlias source: Farbrikam-CI trigger: tags: # This filter is…

VIEW QUESTION

Approving pipeline stage azure devops via API

I am trying to approve stages of a multi-stage yaml pipeline in azure devops but my REST requests to the endpoint detailed here return an error {"$id":"1","innerException":null,"message":"Value cannot be null.rnParameter name: updateParameters","typeName":"System.ArgumentNullException, mscorlib","typeKey":"ArgumentNullException","errorCode":0,"eventId":0} I followed the strategy of obtaining the…

VIEW QUESTION

Azure pipelines not being triggered

I have a yml in my repo, with the following trigger trigger: batch: true branches: include: - prod paths: include: - src/deploy/* - ref/static/* - azure-pipelines-prod.yml exclude: - '*' As seen, I was the trigger to run only when the…

VIEW QUESTION
Back To Top
Search