Migrating Classic Azure DevOps Pipelines to YAML with Manual Approvals

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 มิ.ย. 2024
  • Moving classic Azure DevOps pipelines to YAML "pipelines as code" has many advantages. Pipelines can be reviewed with pull requests, and we can ensure that our code is always versioned with the exact pipeline that was used to deploy it.
    However, YAML pipelines were a non-starter for many organizations, because they never had a mechanism for manual deployment approvals... until now.
    In this video, I'll show you how to convert your classic pipeline to a YAML pipeline that takes advantage of manual approvals, which are now Generally Available.
    Example code can be found on GitHub:
    github.com/jaspecla/AzureDevO...
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    This is a really good walkthrough of YAML pipelines in Azure Devops I have seen, Good work

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

    This was really helpful! Your examples matches exactly what I was trying to accomplish!

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

    Excellent Sir I learnt and implemented following this video. Thank you Sir

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

    Very helpful video, thanks

  • @harshashetty5683
    @harshashetty5683 2 ปีที่แล้ว

    Very useful video 👍🏻

  • @JustTheHighlights
    @JustTheHighlights 8 หลายเดือนก่อน

    This was useful, thank you.

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

    Love it 💗

  • @TechTalkWithMuke
    @TechTalkWithMuke 3 ปีที่แล้ว

    Hi.. Whether I should deploy to production or should use slot swap action? Which one is better option.

  • @echarly7698
    @echarly7698 2 ปีที่แล้ว

    Genial!!!

  • @kevinstanley6049
    @kevinstanley6049 3 ปีที่แล้ว

    In classic releases I could setup a Deploy_Test stage with a post deployment approval and the setup a Deploy_Prod with a pre deployment scheduled release. This way it would wait for a manual approval and then once approved would only release at a certain time of day. I do not see how to do this here. any ideas?

    • @nishanthraj8261
      @nishanthraj8261 3 ปีที่แล้ว

      Yes, I also don't see any options for setting up gates too.

  • @azureNETCode
    @azureNETCode 2 ปีที่แล้ว

    Is there a reason why it won't allow a YAML pipe for code in "other Git" (generic)?

  • @oldmemories242
    @oldmemories242 3 ปีที่แล้ว

    confusing.