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 b73d927 commit 9646d7aCopy full SHA for 9646d7a
Jenkinsfile
@@ -170,7 +170,7 @@ pipeline {
170
echo "sonar.javascript.lcov.reportPaths=${lcov_report_paths}" >> ${sonarscanner_config_file}
171
cat "${sonarscanner_config_file}"
172
173
- SONAR_SCANNER_OPTS="-server -Dhttp.proxyHost=${WKTUI_PROXY_HOST} -Dhttp.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}
176
"""
0 commit comments