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 80e8720 commit 3638dbeCopy full SHA for 3638dbe
Jenkinsfile
@@ -177,9 +177,10 @@ pipeline {
177
echo "sonar.sources=${wktui_sources}" >> ${sonarscanner_config_file}
178
cat "${sonarscanner_config_file}"
179
180
+ PATH="${linux_node_dir}/bin:${PATH}"; export PATH
181
SONAR_SCANNER_OPTS="-server -Dhttps.proxyHost=${WKTUI_PROXY_HOST} -Dhttps.proxyPort=${WKTUI_PROXY_PORT} -Dsonar.login=${SONAR_AUTH_TOKEN}"
182
export SONAR_SCANNER_OPTS
- ${sonarscanner_exe} -X
183
+ ${sonarscanner_exe}
184
"""
185
}
186
0 commit comments