• Home
  • Docker
  • Kubernetes
  • LLMs
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • Archived
Jenkins | Global Tool Configuration
  1. Global Tool Configuration
  2. JDK
  3. SonarQube Scanner
  4. Maven

  1. Global Tool Configuration
    • Click the "Manage Jenkins" link.

    • Click the "Global Tool Configuration" link.


    Manage Jenkins: Global Tool Configuration

  2. JDK
    To add a new JDK installation, Click the "Add JDK" button.
    Set the following properties:
    • Uncheck "Install automatically"
    • Name: openjdk-11.0.2_linux-x64
    • JAVA_HOME: /opt/openjdk-11.0.2_linux-x64

    JDK: Global Tool Configuration

  3. SonarQube Scanner
    Download and install SonarQube Scanner:
    • Run the following command to download SonarQube Scanner:

      If this link is not available, please see: https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/

    • Extract the file "sonar-scanner-cli-4.0.0.1744-linux.zip" in the folder you want to install SonarQube Scanner: /opt/sonar-scanner-4.0.0.1744-linux

    • Change the folder permissions:

    • Create a symbolic link of the SonarQube Scanner installation folder:

    • Configure the "sonar-scanner.properties".
      Uncomment and modify the following properties:


    To add new SonarQube Scanner installation, Click the "Add SonarQube Scanner" button.
    Set the following properties:
    • Uncheck "Install automatically"
    • Name: SonarQube-Scanner
    • SONAR_RUNNER_HOME: /opt/sonar-scanner

    SonarQube Scanner: Global Tool Configuration

  4. Maven
    To add a new Maven installation, Click the "Add Maven" button.
    Set the following properties:
    • Uncheck "Install automatically"
    • Name: apache-maven
    • MAVEN_HOME: /opt/apache-maven

    Maven: Global Tool Configuration

© 2025  mtitek