We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b973ccc commit 172187fCopy full SHA for 172187f
Jenkinsfile
@@ -163,12 +163,12 @@ pipeline {
163
${sonarscanner_exe} \
164
-Dsonar.sourceEncoding=UTF-8 \
165
-Dsonar.host.url=${sonar_url} \
166
- -Dsonar.login=${sonar_login} \
+ -Dsonar.login="${sonar_login}" \
167
-Dsonar.organization=${sonar_org} \
168
-Dsonar.projectKey=${sonar_project_key} \
169
-Dsonar.projectVersion=${version_prefix} \
170
-Dsonar.branch.name=${BRANCH_NAME} \
171
- -Dsonar.javascript.lcov.reportPaths=${lcov_report_paths}
+ -Dsonar.javascript.lcov.reportPaths="${lcov_report_paths}"
172
"""
173
// withSonarQubeEnv('SonarCloud') {
174
// }
0 commit comments