I'm a bit at a loss currently with pipeline triggers in azure piplines: My pipelines keep triggering for individual CI whenever I commit to my pipeli ...
I'm a bit at a loss currently with pipeline triggers in azure piplines: My pipelines keep triggering for individual CI whenever I commit to my pipeli ...
I have setup a map(string) variable in terraform. and defined them in Azure YAML pipeline. i want to get the value for those YAML variable from variab ...
I was trying to check out only the repository that triggers the pipeline. But each time, this only checkout the source repository. When the pipeli ...
The error I am getting : Related yml script: The tests are running all fine in my local machine. Project build configuration is release ...
I'm trying to build a new yaml file that reads keyvault secrets based on the parameters at the runtime and declared variables with the condition as pe ...
I added the missing "steps" keyword as suggested on my previous question. Now the errors I'm getting are: /azure-pipelines.yml (Line: 11, Col: 12) ...
I have my own pipeline p-A with repository r-A, and pipeline p-B with another repo r-B. I want to update the pipeline script for p-A only, to trigger ...
I am using Azure DevOps pipeline to execute test on using TAEF from powershell, and want to share the test output from mail. Pipeline outputs followin ...
[Implicit keys need to be on a single line, Implicit map keys need to be followed by map values] Edited to add screenshot of full YAML file. Its text ...
I have a pipeline that runs a template pipeline. It looks like this: bash returns me the required ID. Everything as it is meant to be. Now I want ...
We have classic pipelines setup with pre-deployment approvals to defer production release to the time decided for the release. like below This is the ...
I have one pipeline created with two stages. Lets say, Stage A Stage B I would like to run Stage A when PR is merged into qa branch and run ...
I have tried numerous methods and the workflow is still deployed enabled. My latest attempt was to use the resource in my bicep: However, the workf ...
I need to set variable values at runtime in my main template before it calls a stage yaml template. In my current working setup I define the variable ...
I am in the process of porting some existing Classic ADO pipelines to YAML. There are two separate Classic pipelines for Windows and Linux, but, becau ...
i have a pipeline close with this one: And i want pass two manifests inside the deploy stage, how i can do? I tried to pass something like: But ...
I am working with a c# project that relies on a private Nuget feed. My intent is to have a dockerfile to take care of the restore and build process, b ...
I am trying to download a pdf file while running my selenium test through the azure pipeline and then I want to retrieve the downloaded file but while ...
Currently I am trying to do a simple query to retrieve related work items for the triggering build of the pipeline. I am getting unauthorized response ...
Im trying to pass variables between stages with jobs that is using templates in azure pipeline , tried a lot of methods but still did not managed to a ...