Azure Pipeline YAML Templates and Parameters

I’m currently building a project that uses Azure Pipelines, specifically the YAML Pipeline so that I can have it in source control.
But the Pipeline has a number of tasks that I have to execute multiple times with different parameters, so I group…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

I’m currently building a project that uses Azure Pipelines, specifically the YAML Pipeline so that I can have it in source control. But the Pipeline has a number of tasks that I have to execute multiple times with different parameters, so I grouped them into a job and just copy/pasted them the 3 times I needed. This was a quick way to get it tested and working, but as I modified the Pipeline I’d have to do the modification multiple times, which was a bit annoying (a few times I forgot to replicate the change and broke the build!


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2019-05-24T01:56:00+00:00) Azure Pipeline YAML Templates and Parameters. Retrieved from https://www.scien.cx/2019/05/24/azure-pipeline-yaml-templates-and-parameters/

MLA
" » Azure Pipeline YAML Templates and Parameters." Posts on LINQ to Fail | Sciencx - Friday May 24, 2019, https://www.scien.cx/2019/05/24/azure-pipeline-yaml-templates-and-parameters/
HARVARD
Posts on LINQ to Fail | Sciencx Friday May 24, 2019 » Azure Pipeline YAML Templates and Parameters., viewed ,<https://www.scien.cx/2019/05/24/azure-pipeline-yaml-templates-and-parameters/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » Azure Pipeline YAML Templates and Parameters. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2019/05/24/azure-pipeline-yaml-templates-and-parameters/
CHICAGO
" » Azure Pipeline YAML Templates and Parameters." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2019/05/24/azure-pipeline-yaml-templates-and-parameters/
IEEE
" » Azure Pipeline YAML Templates and Parameters." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2019/05/24/azure-pipeline-yaml-templates-and-parameters/. [Accessed: ]
rf:citation
» Azure Pipeline YAML Templates and Parameters | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2019/05/24/azure-pipeline-yaml-templates-and-parameters/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.