Skip to content

Commit 9646d7a

Browse files
committed
switching to https proxy properties
1 parent b73d927 commit 9646d7a

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
@@ -170,7 +170,7 @@ pipeline {
170170
echo "sonar.javascript.lcov.reportPaths=${lcov_report_paths}" >> ${sonarscanner_config_file}
171171
cat "${sonarscanner_config_file}"
172172
173-
SONAR_SCANNER_OPTS="-server -Dhttp.proxyHost=${WKTUI_PROXY_HOST} -Dhttp.proxyPort=${WKTUI_PROXY_PORT}"
173+
SONAR_SCANNER_OPTS="-server -Dhttps.proxyHost=${WKTUI_PROXY_HOST} -Dhttps.proxyPort=${WKTUI_PROXY_PORT}"
174174
export SONAR_SCANNER_OPTS
175175
${sonarscanner_exe}
176176
"""

0 commit comments

Comments
 (0)