Azure Pipelines YAML | Detailed Overview of YAML Pipelines

Поділитися
Вставка

КОМЕНТАРІ • 34

  • @susheeldk
    @susheeldk 5 місяців тому +2

    That was amazing explination. You explained so well that even a non Devops person can easly build the pipelines. It make me feel that i got the right content i was looking for .. Thanks a lot..

    • @gswp1
      @gswp1  5 місяців тому

      Glad it was helpful!

  • @HarshTiwari-dn1yo
    @HarshTiwari-dn1yo Місяць тому +1

    It was really a good introductory video, got to learn many things. If anyone is looking at this video , i will suggest you to give it a try .

    • @gswp1
      @gswp1  Місяць тому

      Thanks 🙏

  • @nealpan
    @nealpan 10 місяців тому +1

    Great! Keep up the good work!!

    • @gswp1
      @gswp1  10 місяців тому

      Thank you! Will do!

  • @AnkitKumarROFL
    @AnkitKumarROFL 10 місяців тому +1

    Jabardast sir ji

    • @gswp1
      @gswp1  10 місяців тому

      Thanks 😊

  • @SaurabhKumar-mc1is
    @SaurabhKumar-mc1is 9 місяців тому +1

    You are always great sir..very nice.

    • @gswp1
      @gswp1  9 місяців тому

      So nice of you 🙏

  • @varadadhanalakshmi9608
    @varadadhanalakshmi9608 9 місяців тому +1

    Thank you so much for great video

    • @gswp1
      @gswp1  9 місяців тому

      You are so welcome! 🙏

  • @user-yn4em8mx7l
    @user-yn4em8mx7l 6 місяців тому +2

    became zero to hero by seeing your video on yml pipeline

    • @gswp1
      @gswp1  6 місяців тому

      Glad it helped 🙏

  • @sumitjangir48
    @sumitjangir48 10 місяців тому +1

    Good.. Keep going 🤙

    • @gswp1
      @gswp1  10 місяців тому

      Thank you, I will

  • @rocksraju150
    @rocksraju150 8 місяців тому +1

    Nice video.please keep it up. and please create a playlist for entire Azure devops course from the scratch

    • @gswp1
      @gswp1  8 місяців тому

      Glad you liked it. We do have playlist for Azure DevOps. 😊

  • @Santoshnsk
    @Santoshnsk 8 місяців тому +1

    Please make video on using quality gates and use case scenario of using variables across different stages in production pipelines

    • @gswp1
      @gswp1  8 місяців тому +1

      Coming soon 👍

  • @ManojGandham-dw2xy
    @ManojGandham-dw2xy 2 місяці тому +1

    greate! ca you please share the code with us to practice the pipeline

    • @gswp1
      @gswp1  2 місяці тому

      Ok, I will push it GitHub and share with you .

  • @sudarshan1933
    @sudarshan1933 2 місяці тому +1

    Hi Prashant - Can we not do the release in YAML instead of classic ones?? You used a classic release pipeline... Can we do the same using YAML one???

    • @sudarshan1933
      @sudarshan1933 2 місяці тому +1

      In your video from 59:46 onwards, you used the classic release pipeline, can we use Yaml there???

    • @gswp1
      @gswp1  2 місяці тому

      If you are referring to the classic release pipelines, than you can't. The classic release pipelines do not support yaml.
      However, you can add a release stage to your yaml build pipeline, as described here in the documentation:
      stages:
      - stage: Build
      jobs:
      - job: A1
      - job: A2
      - stage: Release
      jobs:
      - job: B1
      - job: B2

    • @gswp1
      @gswp1  2 місяці тому

      If you are referring to the classic release pipelines, than you can't. The classic release pipelines do not support yaml.
      However, you can add a release stage to your yaml build pipeline, as described here in the documentation:
      stages:
      - stage: Build
      jobs:
      - job: A1
      - job: A2
      - stage: Release
      jobs:
      - job: B1
      - job: B2

    • @gswp1
      @gswp1  2 місяці тому

      If you are referring to the classic release pipelines, than you can't. The classic release pipelines do not support yaml.
      However, you can add a release stage to your yaml build pipeline, as described here in the documentation:
      stages:
      - stage: Build
      jobs:
      - job: A1
      - job: A2
      - stage: Release
      jobs:
      - job: B1
      - job: B2

  • @akashmillan5549
    @akashmillan5549 7 місяців тому +2

    hi you have not shared the project code goAPI.can you share it please.

    • @gswp1
      @gswp1  7 місяців тому

      Ok will share.

    • @mohamedabbi4899
      @mohamedabbi4899 5 місяців тому

      can you share it please @@gswp1

  • @kumarraju-or9pg
    @kumarraju-or9pg 4 місяці тому +1

    hi where i can find project code goAPI.can you guide to the code link?

    • @gswp1
      @gswp1  4 місяці тому

      Hi, let me check if I have it in my public repo and share link with you. If it’s not in public DevOps repo then I will try to share it via GitHub

    • @kumarraju-or9pg
      @kumarraju-or9pg 4 місяці тому

      @@gswp1please share. its really help me to practice