Forum Discussion
BigUnixAdmin007
May 20, 2025Copper Contributor
dynamic pipeline and deployments with approvals
I am looking to create a multistage YAML pipeline in Azure DevOPS that: * Dynamically generates jobs based on the value(s) of a variable from a previous step (e.g., host names). * Ensures that each...
Kidd_Ip
May 22, 2025MVP
Instead of utilizing strategy: matrix, deployment jobs can be dynamically generated by incorporating a loop within the YAML pipeline. A job template can be defined and iterated over a set of values using stages or jobs with parameters, ensuring flexibility in deployment execution.