Skip to content

Commit

Permalink
ci: Added sonar.branch.target to Jenkins file (#4845)
Browse files Browse the repository at this point in the history
Added sonar.branch.target to Jenkins file

Signed-off-by: pierantoniomerlino <[email protected]>
pierantoniomerlino committed Sep 26, 2023
1 parent 25ca1a2 commit c4a337e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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/' \

0 comments on commit c4a337e

Please sign in to comment.