Pipeline resource picklist shows failed runs
When running a pipeline with another pipeline as resource you can select the specific run to use in the picklist. By default the last successful should be the selected:
Azure DevOps yaml pipeline: Using output variables in conditions does not evaluate correctly
Im trying to create an output variable that will be later used for other jobs. However there is a chance that the job responsible for its creation gets skipped. To recover from this scenario I tried appending “placeholder” to the variable mentioned earlier. Later stage however does not seem to evaluate not equal condition correctly
Azure DevOps Pipeline to set the variable for recordId
Im trying to set the variable for recordId which im using different stages but unable get the newRecordId , on – stage: tfvalidate, printing id as null Record ID:
PUT Response: {“detail”:”Method Not Allowed”}. stage updatestatus is working as expected Please let me know if i missed something, assist me to resolve this issue. Thanks in advance!
Azure DevOps pipeline task condition checking for empty string
I have this template :
ADO yaml pipeline – Iterating over a splitted string fails
I am scratching my head about the following pipeline and can’t really figure out what the issue is.
In the Azure Pipelines define a variable in UI and use this variable value in the YAML as a compile-time variable
I have a variable defined in UI:
Azure Devops Trigger from anotherproject and repo
In REPO A on project A – yaml files of pipeline (central project for them)
In Repo B on project B – Pipeline tab and code deployment location (IaaC let say).
Get content from text file and save it into a variable – Azure YML
I have a txt file and I’m trying to save all the content in a variable but I’m only getting the first line of the content into the variable
Concat variable in Azure DevOps Yml
I want to concat predefined variable with text in counter expression in azure devops yml