Skip to content

Commit e635e60

Browse files
committed
fixing typo
1 parent b468dc0 commit e635e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pipeline {
155155
echo "JAVA_HOME = ${JAVA_HOME}"
156156
sh "which java"
157157
sh "java -version"
158-
withSonarQubeEnvironment('SonarCloud') {
158+
withSonarQubeEnv('SonarCloud') {
159159
sh """
160160
SONAR_SCANNER_OPTS="-server"; export SONAR_SCANNER_OPTS
161161
${sonarscanner_exe} \

0 commit comments

Comments
 (0)