LetsDevOps: Parameterized YAML Pipeline in Azure DevOps, how to use parameters in yaml pipeline.

preview_player
Показать описание
#yaml #azuredevopstutorial #devops
In this tutorial we will learn what is parameters in Azure DevOps and how to use in multiple scenario.

✅ What is Parameterized pipeline
✅ Why Parameterized pipeline
✅ Keyword and Syntax
✅ Demo and multiple scenario

▬▬▬▬▬▬ Contect TimeStamp ⏰ ▬▬▬▬▬▬
Introduction: 00:03
Item to cover: 00:10
What is parameterized pipeline: 00:28
Why parameterized pipeline: 00:46
Keyword and Syntaz: 01:37
Basic pipeline: 03:13
Demo: 04:46
Run pipeline: 09:19
Scenario1: 11:39
Scenario2: 13:19
Recap: 14:38
Рекомендации по теме
Комментарии
Автор

Well done Sumit !! Can you create a pipeline which has used all the resource like env, library, multistage, parameter, variable, ansible, kubernetes, aks, approvals for prod

SUMITMANCHANDA
Автор

Hi sumit,
We want to deploy multiple yml files, there should be delay after the 1st pre requisite yml run to trigger the 2nd file and user should have manual intervention option to select the yml file run

goodsmile
Автор

great contents thanks for sharing, same syntaxes you used but in my pipeline UI no dropdown showing it is just static text field wondering if you used any extension ?Azure DevOps YAML pipeline parameters do not support dropdown lists directly in the YAML file. The values property in the parameter definition is used for specifying allowed values, but it won't create a dropdown in the Azure DevOps UI

AminNiktash
Автор

While I have created a parameter for the pool image it asks me for a default value in the validation part of the pipeline and can give the default permission to set the parameter.

Yogeshsairobbi
Автор

Hello Sumit, when you pass the variables or parameters which defined in the main yml file to script step which runs a scriptpath, how can you refer to that variables/parameteres within the script file? I am not sure if you already created a video about it.

Thank you

salems
Автор

Hello Sumit, i have a scenario which is a little bit complicated, can you help me with some advices ?

salems
Автор

If you don't share your code to practice what this video is for, why can we get the instructions on the Microsoft website?

omydevops