From fd4dc944f7f677eb470667b070183a5bedd8f1ba Mon Sep 17 00:00:00 2001 From: hiondal Date: Fri, 12 Sep 2025 16:09:42 +0900 Subject: [PATCH] =?UTF-8?q?Jenkins=20CI/CD=20=EA=B0=80=EC=9D=B4=EB=93=9C?= =?UTF-8?q?=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8:=20services.each=20?= =?UTF-8?q?=EB=A3=A8=ED=94=84=20=EC=B5=9C=EC=A0=81=ED=99=94=20=EB=B0=8F=20?= =?UTF-8?q?timeout=20=EC=84=A4=EC=A0=95=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment/cicd/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/cicd/Jenkinsfile b/deployment/cicd/Jenkinsfile index d78b10e..15b01c9 100644 --- a/deployment/cicd/Jenkinsfile +++ b/deployment/cicd/Jenkinsfile @@ -65,7 +65,7 @@ podTemplate( sh """ ./gradlew :${service}:test :${service}:jacocoTestReport :${service}:sonar \\ -Dsonar.projectKey=phonebill-${service}-${environment} \\ - -Dsonar.projectName=phonebill-${service} \\ + -Dsonar.projectName=phonebill-${service}-${environment} \\ -Dsonar.java.binaries=build/classes/java/main \\ -Dsonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/test/jacocoTestReport.xml \\ -Dsonar.exclusions=**/config/**,**/entity/**,**/dto/**,**/*Application.class,**/exception/**