Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KimheangKen committed Nov 1, 2023
1 parent 0287e7e commit 0f88598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pipeline {
withSonarQubeEnv("sonarqube-server") {
// Define environment variables securely
def scannerCommand = """
${scannerHome}/bin/sonar-scanner \
${scannerHome}/bin/sonar-scanner -X \
-Dsonar.projectKey=spring-project \
-Dsonar.sources=src/main \
-Dsonar.java.binaries=target/classes \
Expand Down

0 comments on commit 0f88598

Please sign in to comment.