File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ build_task:
63
63
<< : *LINUX_2_CPU_4G
64
64
<< : *SETUP_GRADLE_CACHE
65
65
env :
66
- SONAR_TOKEN : VAULT[development/kv/data/next data.token]
67
- SONAR_HOST_URL : VAULT[development/kv/data/next data.url ]
66
+ SONAR_HOST_URL : https://sonarcloud.io
67
+ SONAR_TOKEN : ENCRYPTED[!7a28d43095ea7e33c5e581fa3a6592ed0ac609d512213590cf41ce096e0849f360eb2f0881d7728f30cb148bed866ca5! ]
68
68
DEPLOY_PULL_REQUEST : " true"
69
69
build_script :
70
70
- source cirrus-env BUILD
Original file line number Diff line number Diff line change @@ -201,6 +201,11 @@ sonar {
201
201
property ' sonar.links.scm' , " ${ sonarLinksScm} "
202
202
property ' sonar.links.issue' , ' https://jira.sonarsource.com/browse/SONARGO'
203
203
property ' sonar.exclusions' , ' **/build/**/*'
204
+ property ' sonar.analysis.repository' , " ${ CIRRUS_REPO_FULL_NAME} "
205
+ property ' sonar.analysis.sha1' , " ${ CIRRUS_CHANGE_IN_REPO} "
206
+ property ' sonar.analysis.buildNumber' , " ${ CI_BUILD_NUMBER} "
207
+ property ' sonar.analysis.pipeline' , " ${ CIRRUS_BUILD_ID} "
208
+ property ' sonar.projectVersion' , ' 1.18.1-SNAPSHOT'
204
209
}
205
210
}
206
211
You can’t perform that action at this time.
0 commit comments