Azure DevOps Real-Time End To End CI/CD Pipeline Project 🔥🔥

Sdílet
Vložit
  • čas přidán 9. 07. 2024
  • Azure DevOps Real-Time End To End CI/CD Pipeline Project 🔥🔥
    Sonarqube Tutorial:
    • Sonarqube Tutorial for...
    OWASP Dependency Check Tutorial:
    • OWASP Dependency Check...
    Trivy Tutorial:
    • Trivy Vulnerability Sc...
    Docker Build & Push Tutorial:
    • Docker Build & Publish...
    TimeStamps:
    00:00 Intro
    00:28 Overview of Deployed Real World Application
    02:32 Flow Diagram of CI/CD Pipeline
    04:26 Add Repository containing source code
    06:07 Create Pipeline
    07:11 Maven (Compile, Test Cases , Build)
    08:55 Setup Sonarqube
    12:00 Add Sonar Analysis Stage In Pipeline
    16:10 Owasp Dependency Check Stage
    19:30 Docker Build
    23:14 Deploy Through Docker Container

Komentáře • 41

  • @littin3671
    @littin3671 Před 3 měsíci

    Thank you for making this video

  • @narendrajammula6344
    @narendrajammula6344 Před 2 měsíci

    Thank You

  • @user-mc5yz2ls3z
    @user-mc5yz2ls3z Před rokem +3

    Thank you bro, I am a azure cloud engineer, I want to move in devops so it's really insightful, please do make more real-time project videos as usual, it's really motivate to push myself more towards the devops...
    Thanks

    • @devopsshack
      @devopsshack  Před rokem +2

      Sure🙏

    • @devopsshack
      @devopsshack  Před rokem +1

      Please checkout my Azudevops playlist, u will find lots of useful video. czcams.com/play/PLAdTNzDIZj_8k9Tho7as3ysV0Y0siz3I_.html

    • @user-mc5yz2ls3z
      @user-mc5yz2ls3z Před rokem

      @@devopsshack thank you☺️

  • @dr.kumaraswamybattula8428

    Thank you Bro

  • @devblessu
    @devblessu Před 2 měsíci

    one doubt: do I have to keep that docker build+run both commands if shipping for a new VM.. and I Think u missed the Trivy step.

  • @tarakeating7941
    @tarakeating7941 Před 9 měsíci

    Hi Aditya, Thanks so much for the amazing walkthrough! Is there a suitable git repo we can use? The ShoppingCart one doesn't seem to be available

    • @devopsshack
      @devopsshack  Před 9 měsíci

      Hey buddy
      Check my account and u will see E-kart

  • @karanjoshi8220
    @karanjoshi8220 Před 12 dny

    How to use Trivy in azure devops?
    You have missed that section.

  • @shahulhameedbuhari8479
    @shahulhameedbuhari8479 Před 2 měsíci +1

    you haven't configured tirvy for docker scan

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

    hi, this repo cant see it in your github

  • @sltiktok24
    @sltiktok24 Před 3 měsíci

    Thank you for this video. Can you please Azure DevOps Real-Time End To End CI/CD Pipeline Project More and more please

  • @cigarettesafter9435
    @cigarettesafter9435 Před 11 měsíci

    Why did u host your instance finally on AWS EC2? This makes it a multi cloud project, right?

  • @santoodarshanala
    @santoodarshanala Před 2 měsíci

    in real time which pipeline mostly company's uses?

  • @denmarkmedina3359
    @denmarkmedina3359 Před 10 měsíci

    Hello, I can't find your repo for this particular project. Could you please share it?
    Thanks and more power!

    • @devopsshack
      @devopsshack  Před 10 měsíci

      All my repos are at github.com/jaiswaladi246

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

    git repo - shopping cart is not showing in your github account please help

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

    Very nice explanation Aditya..
    But while creating pipelines, there is no classic editor option to me
    Can you make a video using other options like Azure Repos Git or GitHub or Bitbucket Cloud
    Thank you

    • @kishorek2628
      @kishorek2628 Před 4 měsíci +1

      @@Sravani By default Classic edit will be disabled. Please enable the setting from project setting. you can see the classic editor pipelines.

    • @sravani8666
      @sravani8666 Před 4 měsíci

      @@kishorek2628 Will do that
      Thank you for the response 😊

  • @williamtawamba410
    @williamtawamba410 Před 9 měsíci +1

    The repository is private, we can't access because it's private. We don't know your secret access token to access the private repository.

  • @Rahul-sj9wd
    @Rahul-sj9wd Před 6 měsíci

    Hello Bro,
    Your git repo is private, cannot access it. Could you please make it as public?

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

      Everything is public bro
      github.com/jaiswaladi246

  • @nikithkumarvaidya2196
    @nikithkumarvaidya2196 Před 2 měsíci

    showing error 127

  • @bharath4195
    @bharath4195 Před rokem

    git repo link

  • @HarryPotter-hf7so
    @HarryPotter-hf7so Před 3 měsíci

    Why your going that much speed bro..all you ready previously. Why it comes from scratch project clearly show project.

  • @konthamarun6689
    @konthamarun6689 Před rokem

    Git link for repo

    • @devopsshack
      @devopsshack  Před rokem

      jaiswaladi246
      My git user, everything is there.

  • @vnt550
    @vnt550 Před 2 měsíci

    The lab is great but it sucks to spend hours looking for the repo used. Everyone would just paste the link to the repo and not make viewers go through unending stress of finding the code you used.

    • @devopsshack
      @devopsshack  Před 2 měsíci

      All the projects are already on my github account
      GitHub.com/jaiswaladi246

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

    Hi bro, i am getting the error in run code analysis pipeline "java.lang.UnsupportedClassVersionError: org/sonarsource/scanner/cli/Main has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0" this is the error. can you please help me to solve this error?