remove postgres in sonarqube

This commit is contained in:
Yuxin Deng 2025-11-12 01:31:23 -05:00
parent f382c53c30
commit 67ff60e421

1
Jenkinsfile vendored
View file

@ -61,6 +61,7 @@ pipeline {
./mvnw clean verify sonar:sonar \
-Dspring.docker.compose.skip.in-tests=true \
-Dspring.profiles.active=default \
-DskipTests \
-Dsonar.projectKey=${env.SONAR_PROJECT_KEY} \
-Dsonar.projectName='${env.PROJECT_NAME}' \
-Dsonar.host.url=http://sonarqube:9000 \