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 4455328 commit a40a69aCopy full SHA for a40a69a
Jenkinsfile
@@ -164,7 +164,7 @@ pipeline {
164
hostport=\$(echo ${WKTUI_PROXY} | sed -e 's,http://,,')
165
host=\$(echo ${hostport} | awk '{split(\$0,a,":"); print a[1]}')
166
port=\$(echo ${hostport} | awk '{split(\$0,a,":"); print a[2]}')
167
- echo http.proxyHome=${host} >> ${sonarscanner_config_file}
+ echo http.proxyHost=${host} >> ${sonarscanner_config_file}
168
echo http.proxyPort=${port} >> ${sonarscanner_config_file}
169
echo "sonar.host.url=${SONAR_HOST_URL}" >> ${sonarscanner_config_file}
170
echo "sonar.sourceEncoding=UTF-8" >> ${sonarscanner_config_file}
0 commit comments