LetsDevOps: Template in Azure DevOps YAML. A complete guide for creating template in YAML pipeline.

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.พ. 2025

ความคิดเห็น • 16

  • @swetaverma2675
    @swetaverma2675 ปีที่แล้ว +3

    Nice work

  • @muralijv
    @muralijv ปีที่แล้ว +2

    thanks a lot sumit for sharing this video. it is so precise and clear

  • @MAwais-jh2xn
    @MAwais-jh2xn ปีที่แล้ว +3

    wonderful job

  • @yeswanthsirimavilla
    @yeswanthsirimavilla 7 หลายเดือนก่อน

    Thanks

  • @SHUBHAMJHA-bs4vp
    @SHUBHAMJHA-bs4vp 3 หลายเดือนก่อน

    Thank you Sumit sir ji ❤

  • @pikuFolk
    @pikuFolk 7 หลายเดือนก่อน

    Thanks for sharing. Please create a detailed video on matrix in yml pipelines. It is used in my project but I need some help understanding it.

  • @siddhigupta7673
    @siddhigupta7673 7 หลายเดือนก่อน

    How make all stages to run on shared vm in yaml pipeline?

  • @yagantireddy1154
    @yagantireddy1154 7 หลายเดือนก่อน

    Thanks for providing knowledge sir. I have one doubt, how to call multiple repositories from multiple projects in single pipeline ?

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  7 หลายเดือนก่อน

      @@yagantireddy1154 there is option to do that, kindly check it with source

  • @sc4rface-dev
    @sc4rface-dev ปีที่แล้ว

    Nice work Sumit!, submitting a question, what do you think is the best way to work with pipelines in a production environment? Is it by separating them into an exclusive repository for templates and having the main pipeline in the source code of the service where it will be implemented, or by completely removing them from the source code of the service?

    • @SumitRaj-LetsDevOps
      @SumitRaj-LetsDevOps  ปีที่แล้ว

      I would suggest to have same pipeline across multiple platform. But for sure you should have the approval step before the deploying to prod and second option to trigger the pipeline only if the main/master branch selected for the production.

  • @BHARGAVAPASUPULETI
    @BHARGAVAPASUPULETI ปีที่แล้ว

    Can we use/make one task as one template ?