Skip to content

Commit

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

Signed-off-by: pierantoniomerlino <[email protected]>
  • Loading branch information
pierantoniomerlino authored Sep 7, 2023
1 parent 5575b6e commit 4d666d2
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
Expand Up @@ -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/' \
Expand Down

0 comments on commit 4d666d2

Please sign in to comment.