Reference parameters from template file in Azure pipeline
I have an azurePipeline that have some parameters defined in a template file called
alerts-parameters.yml
Use Azure Pipeline UI or queue-time variable valueas optional with fallback default value
In Azure Pipelines, I need to have an optional variable (say BuildConfiguration
) set either in Pipeline settings UI or at queue time
Why are my conditions not working as expected in Azure DevOps YAML Pipelines when using conditions based on a dynamic variable?
I’m creating a YAML release script for Azure DevOps.
I’m still testing how to differentiate between a manual trigger/other pipeline trigger and a trigger coming from a webhook and how to conditionally execute some other logic (f.e. different approvals, …).
Passing a dictionary in Azure DevOps pipeline templates
In an Azure DevOps pipeline template I need to pass variables as a dictionary to another template which will use an ansible task to process all keys in the dictionary.
Azure YAML pipelines object as parameters read from file
I have a task template that is a PowerShell task that needs 3 parameters.