File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ pipeline {
164
164
hostport=\$ (echo ${ WKTUI_PROXY} | sed -e 's,http://,,')
165
165
host=\$ (echo ${ hostport} | awk '{split(\$ 0,a,":"); print a[1]}')
166
166
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}
169
169
echo "sonar.host.url=${ SONAR_HOST_URL} " >> ${ sonarscanner_config_file}
170
170
echo "sonar.sourceEncoding=UTF-8" >> ${ sonarscanner_config_file}
171
171
echo "sonar.organization=${ sonar_org} " >> ${ sonarscanner_config_file}
You can’t perform that action at this time.
0 commit comments