#0000 - Upgrade SonarQube plugin to version 1.22.0

Updated the docker-compose.yml to reflect the new SonarQube Community Branch Plugin version. This change ensures compatibility and includes the latest features and bug fixes in version 1.22.0.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2024-11-24 15:53:21 +01:00
parent c6ad73c8fa
commit 745172a894
Signed by: GuillaumeHemmen
GPG key ID: 7921E64524F7EB35
2 changed files with 1 additions and 1 deletions

View file

@ -25,7 +25,7 @@ services:
- network - network
volumes: volumes:
# https://github.com/mc1arke/sonarqube-community-branch-plugin # https://github.com/mc1arke/sonarqube-community-branch-plugin
- ./plugins/sonarqube-community-branch-plugin-1.19.0.jar:/opt/sonarqube/extensions/plugins/sonarqube-branch-plugin.jar - ./plugins/sonarqube-community-branch-plugin-1.22.0.jar:/opt/sonarqube/extensions/plugins/sonarqube-branch-plugin.jar
environment: environment:
- SONAR_JDBC_USERNAME=${POSTGRES_USERNAME} - SONAR_JDBC_USERNAME=${POSTGRES_USERNAME}
- SONAR_JDBC_PASSWORD=${POSTGRES_PASSWORD} - SONAR_JDBC_PASSWORD=${POSTGRES_PASSWORD}