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 0bf214a commit f057c26Copy full SHA for f057c26
Jenkinsfile
@@ -170,9 +170,9 @@ pipeline {
170
echo "sonar.javascript.lcov.reportPaths=${lcov_report_paths}" >> ${sonarscanner_config_file}
171
cat "${sonarscanner_config_file}"
172
173
- SONAR_SCANNER_OPTS="-X -server -Dhttps.proxyHost=${WKTUI_PROXY_HOST} -Dhttps.proxyPort=${WKTUI_PROXY_PORT}"
+ SONAR_SCANNER_OPTS="-server -Dhttps.proxyHost=${WKTUI_PROXY_HOST} -Dhttps.proxyPort=${WKTUI_PROXY_PORT}"
174
export SONAR_SCANNER_OPTS
175
- ${sonarscanner_exe}
+ ${sonarscanner_exe} -X
176
"""
177
}
178
0 commit comments