Azure Pipelines YAML | Detailed Overview of YAML Pipelines

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 36

  • @susheeldk
    @susheeldk 9 місяців тому +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  9 місяців тому

      Glad it was helpful!

  • @HarshTiwari-dn1yo
    @HarshTiwari-dn1yo 5 місяців тому +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  5 місяців тому

      Thanks 🙏

  • @shefalisahu-b6n
    @shefalisahu-b6n 11 місяців тому +2

    became zero to hero by seeing your video on yml pipeline

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

      Glad it helped 🙏

  • @Santoshnsk
    @Santoshnsk Рік тому +1

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

    • @gswp1
      @gswp1  Рік тому +1

      Coming soon 👍

  • @rocksraju150
    @rocksraju150 Рік тому +1

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

    • @gswp1
      @gswp1  Рік тому

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

  • @SaurabhKumar-mc1is
    @SaurabhKumar-mc1is Рік тому +1

    You are always great sir..very nice.

    • @gswp1
      @gswp1  Рік тому

      So nice of you 🙏

  • @AnkitKumarROFL
    @AnkitKumarROFL Рік тому +1

    Jabardast sir ji

    • @gswp1
      @gswp1  Рік тому

      Thanks 😊

  • @varadadhanalakshmi9608
    @varadadhanalakshmi9608 Рік тому +1

    Thank you so much for great video

    • @gswp1
      @gswp1  Рік тому

      You are so welcome! 🙏

  • @nealpan
    @nealpan Рік тому +1

    Great! Keep up the good work!!

    • @gswp1
      @gswp1  Рік тому

      Thank you! Will do!

  • @sumitjangir48
    @sumitjangir48 Рік тому +1

    Good.. Keep going 🤙

    • @gswp1
      @gswp1  Рік тому

      Thank you, I will

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

    Can you share the code of goAPI?

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

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

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

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

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

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

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

      Ok will share.

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

      can you share it please @@gswp1

  • @sudarshan1933
    @sudarshan1933 6 місяців тому +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 6 місяців тому +1

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

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

      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  6 місяців тому

      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  6 місяців тому

      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

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

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

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

      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 8 місяців тому

      @@gswp1please share. its really help me to practice

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

      @@gswp1 please upload all dependencies ASAP. I'm following ur video. I have written main.go please share all.