Skip to content

Commit f057c26

Browse files
committed
turning on debug for sonar scanner
1 parent 0bf214a commit f057c26

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
@@ -170,9 +170,9 @@ pipeline {
170170
echo "sonar.javascript.lcov.reportPaths=${lcov_report_paths}" >> ${sonarscanner_config_file}
171171
cat "${sonarscanner_config_file}"
172172
173-
SONAR_SCANNER_OPTS="-X -server -Dhttps.proxyHost=${WKTUI_PROXY_HOST} -Dhttps.proxyPort=${WKTUI_PROXY_PORT}"
173+
SONAR_SCANNER_OPTS="-server -Dhttps.proxyHost=${WKTUI_PROXY_HOST} -Dhttps.proxyPort=${WKTUI_PROXY_PORT}"
174174
export SONAR_SCANNER_OPTS
175-
${sonarscanner_exe}
175+
${sonarscanner_exe} -X
176176
"""
177177
}
178178
}

0 commit comments

Comments
 (0)