Skip to content

Commit 865802b

Browse files
committed
disabling c/c++/objective-c scanning
1 parent 5029282 commit 865802b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ pipeline {
168168
echo "sonar.projectKey=${sonar_project_key}" >> ${sonarscanner_config_file}
169169
echo "sonar.projectVersion=${version_prefix}" >> ${sonarscanner_config_file}
170170
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}
171174
cat "${sonarscanner_config_file}"
172175
173176
SONAR_SCANNER_OPTS="-server -Dhttps.proxyHost=${WKTUI_PROXY_HOST} -Dhttps.proxyPort=${WKTUI_PROXY_PORT} -Dsonar.login=${SONAR_AUTH_TOKEN}"

0 commit comments

Comments
 (0)