Skip to content

Commit ba7fec7

Browse files
committed
debugging sonar
1 parent b955d8b commit ba7fec7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@ pipeline {
159159
sh "which java"
160160
sh "java -version"
161161
withSonarQubeEnv('SonarCloud') {
162+
echo "Inside withSonarQubeEnv('SonarCloud') block"
163+
sh "env|sort"
162164
sh """
163-
env|sort
164165
SONAR_SCANNER_OPTS="-server ${SONAR_SCANNER_OPTS}"; export SONAR_SCANNER_OPTS
165166
${sonarscanner_exe} \
166167
-Dsonar.organization=${sonar_org} \

0 commit comments

Comments
 (0)