Skip to content

Commit 61736fd

Browse files
committed
debugging sonar
1 parent a40a69a commit 61736fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ 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.proxyHost=${host} >> ${sonarscanner_config_file}
168-
echo http.proxyPort=${port} >> ${sonarscanner_config_file}
167+
echo "http.proxyHost=${host}" >> ${sonarscanner_config_file}
168+
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}
171171
echo "sonar.organization=${sonar_org}" >> ${sonarscanner_config_file}

0 commit comments

Comments
 (0)