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]>
  • Loading branch information
pierantoniomerlino authored Sep 8, 2023
1 parent ef08ea9 commit d2fe2ff
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 d2fe2ff

Please sign in to comment.