From d2fe2ff2b1e9bbba4eac91c334068091e5cf7e54 Mon Sep 17 00:00:00 2001 From: Pierantonio Merlino Date: Fri, 8 Sep 2023 09:50:55 +0200 Subject: [PATCH] ci: Added sonar.branch.target to Jenkins file (#4845) Added sonar.branch.target to Jenkins file Signed-off-by: pierantoniomerlino --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 392161e80ed..bbf8eca2d69 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,6 +47,7 @@ node { -Dsonar.host.url=${SONAR_HOST_URL} \ -Dsonar.login=${SONARCLOUD_TOKEN} \ -Dsonar.branch.name=${BRANCH_NAME} \ + -Dsonar.branch.target=${CHANGE_TARGET} \ -Dsonar.junit.reportPaths='target/surefire-reports' \ -Dsonar.jacoco.reportPaths='target/jacoco/' \ -Dsonar.java.binaries='target/' \