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

Sdílet
Vložit
  • čas přidán 5. 08. 2023
  • #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
    🚀🤩Blog URL: www.letsdevops.net/post/letsd...
    ► YAML pipeline : • LetsDevOps: YAML Pipel...
    ▬▬▬▬▬▬ 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

Komentáře • 13

  • @SUMITMANCHANDA01
    @SUMITMANCHANDA01 Před 11 měsíci +3

    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

  • @goodsmile2448
    @goodsmile2448 Před měsícem

    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

  • @Yogeshsairobbi
    @Yogeshsairobbi Před 14 dny

    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.

  • @user-wq4tw3jz9f
    @user-wq4tw3jz9f Před 5 měsíci

    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

  • @salem2020s
    @salem2020s Před 5 měsíci

    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

  • @omydevops
    @omydevops Před 8 měsíci

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

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  Před 8 měsíci

      Hi, You can get the code from the blog site. the link is given in the Video description

  • @salem2020s
    @salem2020s Před 6 měsíci

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

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  Před 6 měsíci

      Ok, may be good if you can share

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  Před 5 měsíci

      I saw your comment. Now It is not visible. But You can give try with adding the logic using powershell script.

    • @salem2020s
      @salem2020s Před 5 měsíci +1

      @@SumitRaj-LetsDevOps
      Thank you for your help, I thought about it, and I decided to change the whole scenario, so I added the second suscription in lighthouse to make it available within the same authorisation.
      thank you.