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 9b791e9 commit 2c45787Copy full SHA for 2c45787
Jenkinsfile
@@ -174,7 +174,7 @@ pipeline {
174
echo "sonar.c.file.suffixes=-" >> ${sonarscanner_config_file}
175
echo "sonar.cpp.file.suffixes=-" >> ${sonarscanner_config_file}
176
echo "sonar.objc.file.suffixes=-" >> ${sonarscanner_config_file}
177
- echo "sonar.sources=${wktui_sources} >> ${sonarscanner_config_file}
+ echo "sonar.sources=${wktui_sources}" >> ${sonarscanner_config_file}
178
cat "${sonarscanner_config_file}"
179
180
SONAR_SCANNER_OPTS="-server -Dhttps.proxyHost=${WKTUI_PROXY_HOST} -Dhttps.proxyPort=${WKTUI_PROXY_PORT} -Dsonar.login=${SONAR_AUTH_TOKEN}"
0 commit comments