#7: Jenkins and Sonarqube Integration with Maven | SonarScanner for Maven and Integrate with Jenkins

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ค. 2024
  • In this video we are going to cover Jenkins and Sonarqube Integration with Maven | SonarQube Scanner for Maven and add in Jenkins, SonarQube Scanner for Maven and Integrate with Jenkins, SonarQube and SonarQube Scanner for Maven Project in Jenkins
    #jenkinsandsonarqube #sonarscanner
    0:00 What is SonarQube, Soanr Scanner and PostgreSQL
    7:27 Create EC2 instance in AWS for SonarQube
    12:00 Install SonarQube on Ubuntu 20.04 LTS
    37:37 Install and configure Sonar Scanner
    41:45 Install SonarQube Scanner plugin in Jenkins and configure SonarQube in Jenkins
    47:16 Add SonarQube details in pom.xml
    50:16 Creating Maven Job in Jenkins and Integrate SonarQube for Maven Job
    ================================================================
    Real Time Online Training and Support on Jenkins CI/CD, Docker, Kubernetes, Helm, Prometheus and Grafana. Contact: +91 98345 14531, +91 73875 24947
    =================================================================
    Please find below article to Install SonarQube on Ubuntu 20.04 LTS
    www.fosstechnix.com/how-to-in...
    Below is GitHub repo of Sample Java Project with Maven
    github.com/devopshint/jenkins...
    SonarQube Analysis Properties for Maven Project
    sonar.host.url=sonarqubeserverIP:9000
    sonar.projectKey=project
    sonar.projectName=my-app
    sonar.sourceEncoding=UTF-8
    sonar.language=java
    sonar.sources=project/src/main
    sonar.tests=project/src/test
    Related Videos
    #1: Introduction to Jenkins | Install Jenkins on Ubuntu 20.04 LTS | Integrate GitHub with Jenkins
    • #1: Introduction to Je...
    #2: What is Maven | Maven Lifecycle | Create Maven Project in Jenkins | Build Maven Project
    • #2: What is Maven | Ma...
    #3: How to Build Java Project using Maven in Jenkins | Build a Maven Project using Jenkins
    • #3: How to Build Java ...
    #4: Build Java Project using Maven in Jenkins Pipeline | Jenkinsfile for Maven Build | Jenkins CI/CD
    • #4: Build Java Project...
    #5: Build Docker Image using Jenkins Pipeline | Push Docker Image to Docker Hub using Jenkins
    • #5: Build Docker Image...
    #4: [Method-1] Deploy to Kubernetes from Jenkins Pipeline | Jenkins CI/CD Pipeline with Kubernetes
    • #6: [Method-1] Deploy ...
    If you likes our video, please subscribe our channel on TH-cam,
    / devopshint
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    I like the bird master ji

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

    Nice keep uploading

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

      Thanks for your feedback 👍

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

    Great

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

    Hello Sir , i need to implement sonarqube with jenkins for gitlab maven project. Can you please help me?