#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:
parent
c6ad73c8fa
commit
745172a894
2 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ services:
|
|||
- network
|
||||
volumes:
|
||||
# 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:
|
||||
- SONAR_JDBC_USERNAME=${POSTGRES_USERNAME}
|
||||
- SONAR_JDBC_PASSWORD=${POSTGRES_PASSWORD}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue