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 5029282 commit 865802bCopy full SHA for 865802b
Jenkinsfile
@@ -168,6 +168,9 @@ pipeline {
168
echo "sonar.projectKey=${sonar_project_key}" >> ${sonarscanner_config_file}
169
echo "sonar.projectVersion=${version_prefix}" >> ${sonarscanner_config_file}
170
echo "sonar.javascript.lcov.reportPaths=${lcov_report_paths}" >> ${sonarscanner_config_file}
171
+ echo "sonar.c.file.suffixes=-" >> ${sonarscanner_config_file}
172
+ echo "sonar.cpp.file.suffixes=-" >> ${sonarscanner_config_file}
173
+ echo "sonar.objc.file.suffixes=-" >> ${sonarscanner_config_file}
174
cat "${sonarscanner_config_file}"
175
176
SONAR_SCANNER_OPTS="-server -Dhttps.proxyHost=${WKTUI_PROXY_HOST} -Dhttps.proxyPort=${WKTUI_PROXY_PORT} -Dsonar.login=${SONAR_AUTH_TOKEN}"
0 commit comments