Azure DevOps CICD Pipeline Project | Real-Time DevOps Project

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

КОМЕНТАРІ • 28

  • @devopsshack
    @devopsshack  7 місяців тому +1

    www.devopsshack.com/courses/Batch-5--Zero-To-Hero--DevSecOps--Cloud-DevOps-661d3ad119a57f6bb98a762f

  • @RohitAlam-zr7on
    @RohitAlam-zr7on 7 місяців тому +3

    man you are the real handson helping hand for us

  • @ndumisomtshali383
    @ndumisomtshali383 22 дні тому

    This is brilliant! Keep up the good work.

  • @incrediblemanii
    @incrediblemanii 7 місяців тому +5

    One of the best videos for Azure Devops! Can we put in CV?

  • @PritamBandgar-h3w
    @PritamBandgar-h3w 7 місяців тому +5

    Hello Aditya,
    I hope you are doing well. Please try to explain the Dockerfile and YAML manifests you create for each project while making project videos. Thank you.

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

      Ask from GPT 4 .. they will be best explaination

    • @Imran_kpk
      @Imran_kpk 6 місяців тому +1

      # Use an official Node.js runtime as the base image
      FROM node:14
      # Set the working directory in the container to /app
      WORKDIR /app
      # Copy package.json and package-lock.json (if available) to the working directory
      # This step helps leverage Docker's caching mechanism for faster builds
      COPY package*.json ./
      # Install dependencies specified in package.json
      RUN npm install
      # Copy the rest of the application code to the working directory
      COPY . .
      # Expose the port the application will run on
      # Replace 3000 with your application's port if different
      EXPOSE 3000
      # Define the command to run the application
      # This usually matches the "start" script in your package.json
      CMD ["npm", "start"]

  • @NishankumarTripathy
    @NishankumarTripathy 6 місяців тому +1

    Sonarqube prepare configuration stage is failed, it is showing can not find location string for key

  • @sofi6463
    @sofi6463 День тому

    I hope you will do it in Self Azure DevOps agent

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

    Question
    Can we moved release level Test plans to any folder, /Archive
    Need to hide previous TestPlans not to show every time when I present
    I know how to filter

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

    Clear content.Thankyou very much

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

    Why are you using same tools. SonarQube, trivi . Why not snyk, Checkmarx and so on

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

    Hi Aditya,
    very well explained.
    can you please teach security and networking CNI part, it will be very helpful.
    Thanks.

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

    I am working in that A company and have migrated 100s of servers/apps on cloud

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

    He used Classic Pipeline ?

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

    A means AT&T?

  • @SofiaParker777
    @SofiaParker777 6 місяців тому +2

    Good morning Sir,
    Can you please make a Azure Project which utilizes different Azure services
    Especially Databases, advanced networking, RBAC using Azure AD

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

    very informative

  • @Music.Bhojpuri-x9b
    @Music.Bhojpuri-x9b 7 місяців тому +1

    Osm

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

    Classic Pipelines , why not YAML

    • @devopsshack
      @devopsshack  7 місяців тому +1

      Probably will be teaching in future masterclaases.
      As of now its added in my courses

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

      This guy learning and as a practice he is promoting this video...Who is using Classic pipelines now....Its completely multi stage Yaml pipeline

  • @manideepsaipolavarapu272
    @manideepsaipolavarapu272 3 місяці тому

    444th like

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

    can i explain this project during an interview if asked

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

    Kindly add time stamp

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

    INFO: Load plugins index (done) | time=49ms
    INFO: Load/download plugins (done) | time=148ms
    INFO: Process project properties
    INFO: Process project properties (done) | time=10ms
    INFO: Execute project builders
    INFO: Execute project builders (done) | time=2ms
    INFO: ------------------------------------------------------------------------
    INFO: EXECUTION FAILURE
    INFO: ------------------------------------------------------------------------
    INFO: Total time: 2.049s
    INFO: Final Memory: 8M/34M
    INFO: ------------------------------------------------------------------------
    ##[error]ERROR: Error during SonarScanner execution
    ERROR: Validation of project failed:
    o To use the property "sonar.branch.name" and analyze branches, Developer Edition or above is required. See docs.sonarqube.org/latest/analyzing-source-code/branches/branch-analysis/ for more information.
    ERROR:
    ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.
    ERROR: Error during SonarScanner execution
    ERROR: Validation of project failed:
    o To use the property "sonar.branch.name" and analyze branches, Developer Edition or above is required. See docs.sonarqube.org/latest/analyzing-source-code/branches/branch-analysis/ for more information.
    ERROR:
    ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.
    ##[warning]LIB_ResourceFile does not exist
    ##[warning]Resource file haven't been set, can't find loc string for key: LIB_ProcessExitCode
    ##[warning]Error while executing SonarQube:Analyze task: LIB_ProcessExitCode /home/ubuntu/myagent/_work/_tasks/SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055/5.20.1/sonar-scanner/bin/sonar-scanner 2
    ##[error]LIB_ProcessExitCode /home/ubuntu/myagent/_work/_tasks/SonarQubeAnalyze_6d01813a-9589-4b15-8491-8164aeb38055/5.20.1/sonar-scanner/bin/sonar-scanner 2
    Finishing: Run Code Analysis getting error in run code analysis can you help @devopsshack in this or anyone