Skip to content

Commit 2c45787

Browse files
committed
limiting scan to electron and webui subdirectories
1 parent 9b791e9 commit 2c45787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ pipeline {
174174
echo "sonar.c.file.suffixes=-" >> ${sonarscanner_config_file}
175175
echo "sonar.cpp.file.suffixes=-" >> ${sonarscanner_config_file}
176176
echo "sonar.objc.file.suffixes=-" >> ${sonarscanner_config_file}
177-
echo "sonar.sources=${wktui_sources} >> ${sonarscanner_config_file}
177+
echo "sonar.sources=${wktui_sources}" >> ${sonarscanner_config_file}
178178
cat "${sonarscanner_config_file}"
179179
180180
SONAR_SCANNER_OPTS="-server -Dhttps.proxyHost=${WKTUI_PROXY_HOST} -Dhttps.proxyPort=${WKTUI_PROXY_PORT} -Dsonar.login=${SONAR_AUTH_TOKEN}"

0 commit comments

Comments
 (0)