Skip to content

Commit a40a69a

Browse files
committed
debugging sonar
1 parent 4455328 commit a40a69a

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
@@ -164,7 +164,7 @@ pipeline {
164164
hostport=\$(echo ${WKTUI_PROXY} | sed -e 's,http://,,')
165165
host=\$(echo ${hostport} | awk '{split(\$0,a,":"); print a[1]}')
166166
port=\$(echo ${hostport} | awk '{split(\$0,a,":"); print a[2]}')
167-
echo http.proxyHome=${host} >> ${sonarscanner_config_file}
167+
echo http.proxyHost=${host} >> ${sonarscanner_config_file}
168168
echo http.proxyPort=${port} >> ${sonarscanner_config_file}
169169
echo "sonar.host.url=${SONAR_HOST_URL}" >> ${sonarscanner_config_file}
170170
echo "sonar.sourceEncoding=UTF-8" >> ${sonarscanner_config_file}

0 commit comments

Comments
 (0)